Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dnetns.c205 uint32_t nt_flags; member
964 VERIFY((nt->nt_flags & in _netns_reserve_kpi_common()
968 if ((nt->nt_flags & NETNS_CONFIGURATION_FLAGS) == in _netns_reserve_kpi_common()
977 nt->nt_port, nt->nt_flags, flags); in _netns_reserve_kpi_common()
978 nt->nt_flags &= ~NETNS_CONFIGURATION_FLAGS; in _netns_reserve_kpi_common()
979 nt->nt_flags |= in _netns_reserve_kpi_common()
1066 nt->nt_flags = flags; in _netns_reserve_kpi_common()
1438 VERIFY((nt->nt_flags & NETNS_OWNER_MASK) <= NETNS_OWNER_MAX); in netns_release()
1459 _netns_release_common(ns, nt->nt_port, nt->nt_flags); in netns_release()
1464 _netns_release_common(ns, nt->nt_port, nt->nt_flags); in netns_release()
[all …]
/xnu-12377.61.12/tools/lldbmacros/
H A Dskywalk.py431 owner = netns_flag_strings[nt.nt_flags & NETNS_OWNER_MASK]
440 f=nt.nt_flags)