Home
last modified time | relevance | path

Searched refs:na_netif_alloc (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif.h518 extern struct nexus_netif_adapter * na_netif_alloc(zalloc_flags_t);
H A Dnx_netif_filter_vp.c557 na = (struct nexus_adapter *)na_netif_alloc(Z_WAITOK); in netif_filter_na_create()
H A Dnx_netif_vp.c971 na = (struct nexus_adapter *)na_netif_alloc(Z_WAITOK); in netif_vp_na_create()
H A Dnx_netif.c1268 na_netif_alloc(zalloc_flags_t how) in na_netif_alloc() function
2178 devnifna = na_netif_alloc(Z_WAITOK); in nx_netif_attach()
2179 hostnifna = na_netif_alloc(Z_WAITOK); in nx_netif_attach()