Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c6862 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_application_find_policy_match_internal() local
7263matched_policy = necp_socket_find_policy_match_with_info_locked(necp_kernel_socket_policies_app_la… in necp_application_find_policy_match_internal()
7268 … (matched_policy == NULL || matched_policy->result != NECP_KERNEL_POLICY_RESULT_SOCKET_DIVERT)) { in necp_application_find_policy_match_internal()
7287 if (matched_policy) { in necp_application_find_policy_match_internal()
7288 returned_result->policy_id = matched_policy->id; in necp_application_find_policy_match_internal()
7289 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()
7290 …memcpy(&returned_result->routing_result_parameter, &matched_policy->result_parameter, sizeof(retur… in necp_application_find_policy_match_internal()
7291 …if (returned_override_euuid != NULL && info.used_responsible_pid && !(matched_policy->condition_ma… in necp_application_find_policy_match_internal()
8685 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_socket_find_policy_match_with_info_locked() local
8893 matched_policy = policy_search_array[i]; in necp_socket_find_policy_match_with_info_locked()
[all …]