Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp.h257 #define NECP_MASK_PRESERVE_CONNECTIONS 0x20000000 // on filter_control_unit value macro
H A Dnecp.c8825 if ((*return_filter && !(*return_filter & NECP_MASK_PRESERVE_CONNECTIONS)) || in necp_socket_find_policy_match_with_info_locked()
8826 (control_unit && !(control_unit & NECP_MASK_PRESERVE_CONNECTIONS))) { in necp_socket_find_policy_match_with_info_locked()
8831 *return_filter &= ~NECP_MASK_PRESERVE_CONNECTIONS; in necp_socket_find_policy_match_with_info_locked()