Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1560 struct nexus_netif_compat_adapter *hostnca = NULL; in nx_netif_compat_attach() local
1574 hostnca = na_netif_compat_alloc(Z_WAITOK); in nx_netif_compat_attach()
1678 hostnca->nca_up.nifna_netif = nif; in nx_netif_compat_attach()
1680 hostna = &hostnca->nca_up.nifna_up; in nx_netif_compat_attach()
1819 if (hostnca != NULL) { in nx_netif_compat_attach()
1820 if (hostnca->nca_up.nifna_netif != NULL) { in nx_netif_compat_attach()
1821 nx_netif_release(hostnca->nca_up.nifna_netif); in nx_netif_compat_attach()
1822 hostnca->nca_up.nifna_netif = NULL; in nx_netif_compat_attach()
1824 na_netif_compat_free((struct nexus_adapter *)hostnca); in nx_netif_compat_attach()