Lines Matching refs:nt_flags
200 uint32_t nt_flags; member
959 VERIFY((nt->nt_flags & in _netns_reserve_kpi_common()
963 if ((nt->nt_flags & NETNS_CONFIGURATION_FLAGS) == in _netns_reserve_kpi_common()
972 nt->nt_port, nt->nt_flags, flags); in _netns_reserve_kpi_common()
973 nt->nt_flags &= ~NETNS_CONFIGURATION_FLAGS; in _netns_reserve_kpi_common()
974 nt->nt_flags |= in _netns_reserve_kpi_common()
1061 nt->nt_flags = flags; in _netns_reserve_kpi_common()
1430 VERIFY((nt->nt_flags & NETNS_OWNER_MASK) <= NETNS_OWNER_MAX); in netns_release()
1451 _netns_release_common(ns, nt->nt_port, nt->nt_flags); in netns_release()
1456 _netns_release_common(ns, nt->nt_port, nt->nt_flags); in netns_release()
1488 VERIFY((nt->nt_flags & NETNS_OWNER_MASK) == NETNS_BSD); in netns_change_addr()
1525 nt->nt_flags))) { in netns_change_addr()
1533 _netns_release_common(old_namespace, nt->nt_port, nt->nt_flags); in netns_change_addr()
1545 nt->nt_flags); in netns_change_addr()
1558 nt->nt_port, nt->nt_flags)) != 0) { in netns_change_addr()
1745 PROTO_STR(nt->nt_proto), nt->nt_port, nt->nt_flags, in netns_change_flags()
1746 nt->nt_flags | set_flags & ~clear_flags); in netns_change_flags()
1748 nt->nt_flags |= set_flags; in netns_change_flags()
1749 nt->nt_flags &= ~clear_flags; in netns_change_flags()
1780 if ((token->nt_flags & NETNS_OWNER_MASK) != NETNS_SKYWALK) { in netns_local_port_scan_flow_entry()
1825 (token->nt_flags & NETNS_NOWAKEFROMSLEEP)) { in netns_local_port_scan_flow_entry()
1830 !(token->nt_flags & NETNS_RECVANYIF)) { in netns_local_port_scan_flow_entry()
1835 !(token->nt_flags & NETNS_EXTBGIDLE)) { in netns_local_port_scan_flow_entry()
1842 token->nt_flow_info, token->nt_flags); in netns_local_port_scan_flow_entry()
1847 token->nt_flags, in netns_local_port_scan_flow_entry()
1940 if ((token->nt_flags & NETNS_OWNER_MASK) == NETNS_PF) { in netns_find_anyres_byaddr()