Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/namespace/
H A Dnetns.c183 ifnet_t nt_ifp; member
914 if (nstoken->nt_ifp != NULL) { in netns_clear_ifnet()
915 SLIST_REMOVE(&nstoken->nt_ifp->if_netns_tokens, nstoken, in netns_clear_ifnet()
924 nstoken->nt_ifp->if_index); in netns_clear_ifnet()
927 ifnet_decr_iorefcnt(nstoken->nt_ifp); in netns_clear_ifnet()
928 nstoken->nt_ifp = NULL; in netns_clear_ifnet()
1082 ASSERT(nt->nt_ifp == NULL); in _netns_reserve_kpi_common()
1615 nt->nt_ifp = ifp; in _netns_set_ifnet_internal()
1647 if (nt->nt_ifp == ifp) { in netns_set_ifnet()
1871 if (token->nt_ifp != NULL && token->nt_flow_info != NULL) { in netns_local_port_scan_flow_entry()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dskywalk.py435 ifp = "(struct ifnet *)" + hex(nt.nt_ifp)