Searched refs:drop_all_bypass (Results 1 – 1 of 1) sorted by relevance
7911 necp_drop_all_bypass_check_result_t drop_all_bypass = NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE; in necp_application_find_policy_match_internal() local8334 &drop_all_bypass, in necp_application_find_policy_match_internal()8376 if (drop_all_bypass == NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE) { in necp_application_find_policy_match_internal()8377 drop_all_bypass = necp_check_drop_all_bypass_result(proc); in necp_application_find_policy_match_internal()8380 if (drop_all && drop_all_bypass == NECP_DROP_ALL_BYPASS_CHECK_RESULT_FALSE) { in necp_application_find_policy_match_internal()10046 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() local10053 *return_drop_all_bypass = drop_all_bypass; in necp_socket_find_policy_match_with_info_locked()10098 if (drop_all_bypass == NECP_DROP_ALL_BYPASS_CHECK_RESULT_NONE) { in necp_socket_find_policy_match_with_info_locked()10099 drop_all_bypass = necp_check_drop_all_bypass_result(proc); in necp_socket_find_policy_match_with_info_locked()10101 *return_drop_all_bypass = drop_all_bypass; in necp_socket_find_policy_match_with_info_locked()[all …]