Searched refs:nexus_attr (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_fake.c | 2685 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 D | if_headless.c | 952 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 D | if_redirect.c | 1036 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 D | os_nexus.c | 45 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 D | os_nexus.h | 131 struct nexus_attr; 134 typedef struct nexus_attr *nexus_attr_t;
|
| H A D | nexus_kern.c | 60 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 D | os_nexus_private.h | 605 struct nexus_attr { struct
|