Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1565 struct nexus_netif_compat_adapter *hostnca = NULL; in nx_netif_compat_attach() local
1579 hostnca = na_netif_compat_alloc(Z_WAITOK); in nx_netif_compat_attach()
1682 hostnca->nca_up.nifna_netif = nif; in nx_netif_compat_attach()
1684 hostna = &hostnca->nca_up.nifna_up; in nx_netif_compat_attach()
1823 if (hostnca != NULL) { in nx_netif_compat_attach()
1824 if (hostnca->nca_up.nifna_netif != NULL) { in nx_netif_compat_attach()
1825 nx_netif_release(hostnca->nca_up.nifna_netif); in nx_netif_compat_attach()
1826 hostnca->nca_up.nifna_netif = NULL; in nx_netif_compat_attach()
1828 na_netif_compat_free((struct nexus_adapter *)hostnca); in nx_netif_compat_attach()