Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.h505 extern struct nx_netif *nx_netif_alloc(zalloc_flags_t);
H A Dnx_netif.c837 nx->nx_arg = nx_netif_alloc(Z_WAITOK); in nx_netif_prov_nx_ctor()
3344 nx_netif_alloc(zalloc_flags_t how) function