Home
last modified time | relevance | path

Searched refs:nx_netif_compat_attach (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.h78 extern int nx_netif_compat_attach(struct kern_nexus *nx, struct ifnet *ifp);
H A Dnx_netif_compat.c1555 nx_netif_compat_attach(struct kern_nexus *nx, struct ifnet *ifp) in nx_netif_compat_attach() function
H A Dnx_netif.c1379 err = nx_netif_compat_attach(nx, ifp); in nx_netif_ctl_attach()