Searched refs:matched_policy (Results 1 – 1 of 1) sorted by relevance
7978 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_application_find_policy_match_internal() local8420 …matched_policy = necp_socket_find_policy_match_with_info_locked(necp_kernel_socket_policies_app_la… in necp_application_find_policy_match_internal()8445 … (matched_policy == NULL || matched_policy->result != NECP_KERNEL_POLICY_RESULT_SOCKET_DIVERT)) { in necp_application_find_policy_match_internal()8466 if (matched_policy) { in necp_application_find_policy_match_internal()8467 returned_result->policy_id = matched_policy->id; in necp_application_find_policy_match_internal()8469 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()8470 …memcpy(&returned_result->routing_result_parameter, &matched_policy->result_parameter, sizeof(retur… in necp_application_find_policy_match_internal()8471 …if (returned_override_euuid != NULL && info.used_responsible_pid && !(matched_policy->condition_ma… in necp_application_find_policy_match_internal()8562 …if (!(matched_policy->result_parameter.drop_flags & NECP_KERNEL_POLICY_DROP_FLAG_SUPPRESS_ALERTS))… in necp_application_find_policy_match_internal()10136 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_socket_find_policy_match_with_info_locked() local[all …]