Home
last modified time | relevance | path

Searched refs:nx_netif_alloc (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif.h497 extern struct nx_netif *nx_netif_alloc(zalloc_flags_t);
H A Dnx_netif.c838 nx->nx_arg = nx_netif_alloc(Z_WAITOK); in nx_netif_prov_nx_ctor()
3276 nx_netif_alloc(zalloc_flags_t how) function