Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/namespace/
H A Dnetns.c186 ifnet_t nt_ifp; member
891 if (nstoken->nt_ifp != NULL) { in netns_clear_ifnet()
892 SLIST_REMOVE(&nstoken->nt_ifp->if_netns_tokens, nstoken, in netns_clear_ifnet()
901 nstoken->nt_ifp->if_index); in netns_clear_ifnet()
904 ifnet_decr_iorefcnt(nstoken->nt_ifp); in netns_clear_ifnet()
905 nstoken->nt_ifp = NULL; in netns_clear_ifnet()
1053 ASSERT(nt->nt_ifp == NULL); in _netns_reserve_kpi_common()
1582 nt->nt_ifp = ifp; in _netns_set_ifnet_internal()
1614 if (nt->nt_ifp == ifp) { in netns_set_ifnet()
1833 if (token->nt_ifp != NULL && (token->nt_ifp->if_eflags & IFEF_AWDL) != 0) { in netns_local_port_scan_flow_entry()
[all …]
/xnu-10063.141.1/tools/lldbmacros/
H A Dskywalk.py429 ifp = "(ifnet *)" + hex(nt.nt_ifp)