Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_fake.c2685 nexus_attr_t __single nexus_attr = NULL; in create_netif_provider_and_instance() local
2704 err = kern_nexus_attr_create(&nexus_attr); in create_netif_provider_and_instance()
2711 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_TX_RINGS, in create_netif_provider_and_instance()
2714 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_RX_RINGS, in create_netif_provider_and_instance()
2717 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_QMAP, in create_netif_provider_and_instance()
2722 err = kern_nexus_attr_set(nexus_attr, NEXUS_ATTR_ANONYMOUS, 1); in create_netif_provider_and_instance()
2731 nexus_attr, in create_netif_provider_and_instance()
2768 if (nexus_attr != NULL) { in create_netif_provider_and_instance()
2769 kern_nexus_attr_destroy(nexus_attr); in create_netif_provider_and_instance()
3240 nexus_attr_t __single nexus_attr = NULL; in create_netif_llink_provider_and_instance() local
[all …]
H A Dif_headless.c952 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance() local
986 nexus_attr, in create_netif_provider_and_instance()
1018 if (nexus_attr != NULL) { in create_netif_provider_and_instance()
1019 kern_nexus_attr_destroy(nexus_attr); in create_netif_provider_and_instance()
H A Dif_redirect.c1036 nexus_attr_t __single nexus_attr = NULL; in create_netif_provider_and_instance() local
1055 err = kern_nexus_attr_create(&nexus_attr); in create_netif_provider_and_instance()
1070 nexus_attr, in create_netif_provider_and_instance()
1095 if (nexus_attr != NULL) { in create_netif_provider_and_instance()
1096 kern_nexus_attr_destroy(nexus_attr); in create_netif_provider_and_instance()
/xnu-12377.61.12/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-12377.61.12/bsd/skywalk/nexus/
H A Dos_nexus.h131 struct nexus_attr;
134 typedef struct nexus_attr *nexus_attr_t;
H A Dnexus_kern.c60 static struct nexus_attr *nxa_alloc(zalloc_flags_t);
61 static void nxa_free(struct nexus_attr *);
71 static SKMEM_TYPE_DEFINE(nxa_zone, struct nexus_attr);
686 static struct nexus_attr *
693 nxa_free(struct nexus_attr *nxa) in nxa_free()
H A Dos_nexus_private.h605 struct nexus_attr { struct