Searched refs:matched_policy (Results 1 – 1 of 1) sorted by relevance
7967 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_application_find_policy_match_internal() local8409 …matched_policy = necp_socket_find_policy_match_with_info_locked(necp_kernel_socket_policies_app_la… in necp_application_find_policy_match_internal()8434 … (matched_policy == NULL || matched_policy->result != NECP_KERNEL_POLICY_RESULT_SOCKET_DIVERT)) { in necp_application_find_policy_match_internal()8455 if (matched_policy) { in necp_application_find_policy_match_internal()8456 returned_result->policy_id = matched_policy->id; in necp_application_find_policy_match_internal()8458 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()8459 …memcpy(&returned_result->routing_result_parameter, &matched_policy->result_parameter, sizeof(retur… in necp_application_find_policy_match_internal()8460 …if (returned_override_euuid != NULL && info.used_responsible_pid && !(matched_policy->condition_ma… in necp_application_find_policy_match_internal()8551 …if (!(matched_policy->result_parameter.drop_flags & NECP_KERNEL_POLICY_DROP_FLAG_SUPPRESS_ALERTS))… in necp_application_find_policy_match_internal()10125 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_socket_find_policy_match_with_info_locked() local[all …]