Home
last modified time | relevance | path

Searched refs:NETNS_OWNER_MASK (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/skywalk/namespace/
H A Dnetns.h281 #define NETNS_OWNER_MASK 0x07 macro
294 #define NETNS_RESERVATION_FLAGS (NETNS_PRERESERVED | NETNS_OWNER_MASK)
H A Dnetns.c112 (nsr)->nsr_refs[((flags) & NETNS_OWNER_MASK)]
690 switch (flags & NETNS_OWNER_MASK) { in _netns_reserve_common()
774 ((flags & NETNS_OWNER_MASK) == NETNS_PF) ? in _netns_reserve_common()
782 flags & NETNS_OWNER_MASK); in _netns_reserve_common()
936 VERIFY((flags & NETNS_OWNER_MASK) <= NETNS_OWNER_MAX); in _netns_reserve_kpi_common()
1432 VERIFY((nt->nt_flags & NETNS_OWNER_MASK) <= NETNS_OWNER_MAX); in netns_release()
1491 VERIFY((nt->nt_flags & NETNS_OWNER_MASK) == NETNS_BSD); in netns_change_addr()
1783 if ((token->nt_flags & NETNS_OWNER_MASK) != NETNS_SKYWALK) { in netns_local_port_scan_flow_entry()
2025 if ((token->nt_flags & NETNS_OWNER_MASK) == NETNS_PF) { in netns_find_anyres_byaddr()
/xnu-11215/tools/lldbmacros/
H A Dskywalk.py394 NETNS_OWNER_MASK = 0x7 variable
431 owner = netns_flag_strings[nt.nt_flags & NETNS_OWNER_MASK]
/xnu-11215/bsd/net/
H A Dif_ports_used.c878 if ((ns_flags & NETNS_OWNER_MASK) == NETNS_LISTENER) { in if_ports_used_add_flow_entry()