Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c714 #define DO_PRESERVE_CONNECTIONS (cfil_behavior_flags & CFIL_BEHAVIOR_FLAG_PRESERVE_CONNECTIONS) macro
5269 if (!DO_PRESERVE_CONNECTIONS && cfil_active_count > 0 && !SKIP_FILTER_FOR_TCP_SOCKET(so)) { in cfil_sock_data_out()
5282 …if (DO_PRESERVE_CONNECTIONS || (so->so_cfil->cfi_filter_policy_gencount == necp_socket_get_policy_… in cfil_sock_data_out()
5352 if (!DO_PRESERVE_CONNECTIONS && cfil_active_count > 0 && !SKIP_FILTER_FOR_TCP_SOCKET(so)) { in cfil_sock_data_in()
5365 …if (DO_PRESERVE_CONNECTIONS || (so->so_cfil->cfi_filter_policy_gencount == necp_socket_get_policy_… in cfil_sock_data_in()
6311 } else if (DO_PRESERVE_CONNECTIONS) { in cfil_sock_udp_get_info()