Home
last modified time | relevance | path

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

/xnu-8796.121.2/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()
1838 if (token->nt_ifp != NULL && token->nt_flow_info != NULL) { in netns_local_port_scan_flow_entry()
[all …]
/xnu-8796.121.2/tools/lldbmacros/
H A Dskywalk.py432 ifp = "(struct ifnet *)" + hex(nt.nt_ifp)