Searched refs:drop_all_bypass (Results 1 – 1 of 1) sorted by relevance
7986 necp_drop_all_bypass_check_result_t drop_all_bypass = NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE; in necp_application_find_policy_match_internal() local8426 &drop_all_bypass, in necp_application_find_policy_match_internal()8468 if (drop_all_bypass == NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE) { in necp_application_find_policy_match_internal()8469 drop_all_bypass = necp_check_drop_all_bypass_result(proc); in necp_application_find_policy_match_internal()8472 if (drop_all && drop_all_bypass == NECP_DROP_ALL_BYPASS_CHECK_RESULT_FALSE) { in necp_application_find_policy_match_internal()10136 necp_drop_all_bypass_check_result_t drop_all_bypass = NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE; in necp_socket_find_policy_match_with_info_locked() local10143 *return_drop_all_bypass = drop_all_bypass; in necp_socket_find_policy_match_with_info_locked()10179 if (drop_all_bypass == NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE) { in necp_socket_find_policy_match_with_info_locked()10180 drop_all_bypass = necp_check_drop_all_bypass_result(proc); in necp_socket_find_policy_match_with_info_locked()10182 *return_drop_all_bypass = drop_all_bypass; in necp_socket_find_policy_match_with_info_locked()[all …]