Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/namespace/
H A Dnetns.c200 uint32_t nt_flags; member
958 VERIFY((nt->nt_flags & in _netns_reserve_kpi_common()
962 if ((nt->nt_flags & NETNS_CONFIGURATION_FLAGS) == in _netns_reserve_kpi_common()
971 nt->nt_port, nt->nt_flags, flags); in _netns_reserve_kpi_common()
972 nt->nt_flags &= ~NETNS_CONFIGURATION_FLAGS; in _netns_reserve_kpi_common()
973 nt->nt_flags |= in _netns_reserve_kpi_common()
1060 nt->nt_flags = flags; in _netns_reserve_kpi_common()
1429 VERIFY((nt->nt_flags & NETNS_OWNER_MASK) <= NETNS_OWNER_MAX); in netns_release()
1450 _netns_release_common(ns, nt->nt_port, nt->nt_flags); in netns_release()
1455 _netns_release_common(ns, nt->nt_port, nt->nt_flags); in netns_release()
[all …]
/xnu-8796.121.2/tools/lldbmacros/
H A Dskywalk.py434 owner = netns_flag_strings[nt.nt_flags & NETNS_OWNER_MASK]
443 f=nt.nt_flags)