Home
last modified time | relevance | path

Searched refs:nexus_attr (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dif_fake.c2440 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance() local
2459 err = kern_nexus_attr_create(&nexus_attr); in create_netif_provider_and_instance()
2466 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_TX_RINGS, in create_netif_provider_and_instance()
2469 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_RX_RINGS, in create_netif_provider_and_instance()
2472 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_QMAP, in create_netif_provider_and_instance()
2477 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_ANONYMOUS, 1); in create_netif_provider_and_instance()
2486 nexus_attr, in create_netif_provider_and_instance()
2523 if (nexus_attr != NULL) { in create_netif_provider_and_instance()
2524 kern_nexus_attr_destroy(nexus_attr); in create_netif_provider_and_instance()
2922 nexus_attr_t nexus_attr = NULL; in create_netif_llink_provider_and_instance() local
[all …]
H A Dif_headless.c948 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance() local
982 nexus_attr, in create_netif_provider_and_instance()
1014 if (nexus_attr != NULL) { in create_netif_provider_and_instance()
1015 kern_nexus_attr_destroy(nexus_attr); in create_netif_provider_and_instance()
H A Dif_redirect.c985 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance() local
1004 err = kern_nexus_attr_create(&nexus_attr); in create_netif_provider_and_instance()
1019 nexus_attr, in create_netif_provider_and_instance()
1044 if (nexus_attr != NULL) { in create_netif_provider_and_instance()
1045 kern_nexus_attr_destroy(nexus_attr); in create_netif_provider_and_instance()
/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_nexus.c45 struct nexus_attr *nxa; in os_nexus_attr_create()
57 struct nexus_attr *nnxa = NULL; in os_nexus_attr_clone()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dos_nexus.h136 struct nexus_attr;
139 typedef struct nexus_attr *nexus_attr_t;
H A Dnexus_kern.c61 static struct nexus_attr *nxa_alloc(zalloc_flags_t);
62 static void nxa_free(struct nexus_attr *);
72 static SKMEM_TYPE_DEFINE(nxa_zone, struct nexus_attr);
714 static struct nexus_attr *
721 nxa_free(struct nexus_attr *nxa) in nxa_free()
H A Dos_nexus_private.h600 struct nexus_attr { struct