Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/namespace/ !
H A Dnetns.c191 ifnet_t nt_ifp; member
899 if (nstoken->nt_ifp != NULL) { in netns_clear_ifnet()
908 nstoken->nt_ifp->if_index); in netns_clear_ifnet()
911 ifnet_decr_iorefcnt(nstoken->nt_ifp); in netns_clear_ifnet()
912 nstoken->nt_ifp = NULL; in netns_clear_ifnet()
1059 ASSERT(nt->nt_ifp == NULL); in _netns_reserve_kpi_common()
1594 nt->nt_ifp = ifp; in _netns_set_ifnet_internal()
1626 if (nt->nt_ifp == ifp) { in netns_set_ifnet()
1845 if (token->nt_ifp != NULL && (token->nt_ifp->if_eflags & IFEF_AWDL) != 0) { in netns_local_port_scan_flow_entry()
1880 token->nt_ifp->if_xname, pname, nfi->nfi_owner_pid); in netns_local_port_scan_flow_entry()
[all …]
/xnu-12377.61.12/tools/lldbmacros/ !
H A Dskywalk.py429 ifp = "(ifnet *)" + hex(nt.nt_ifp)