Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp.c6891 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_application_find_policy_match_internal() local
7292matched_policy = necp_socket_find_policy_match_with_info_locked(necp_kernel_socket_policies_app_la… in necp_application_find_policy_match_internal()
7297 … (matched_policy == NULL || matched_policy->result != NECP_KERNEL_POLICY_RESULT_SOCKET_DIVERT)) { in necp_application_find_policy_match_internal()
7316 if (matched_policy) { in necp_application_find_policy_match_internal()
7317 returned_result->policy_id = matched_policy->id; in necp_application_find_policy_match_internal()
7318 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()
7319 …memcpy(&returned_result->routing_result_parameter, &matched_policy->result_parameter, sizeof(retur… in necp_application_find_policy_match_internal()
7320 …if (returned_override_euuid != NULL && info.used_responsible_pid && !(matched_policy->condition_ma… in necp_application_find_policy_match_internal()
8720 struct necp_kernel_socket_policy *matched_policy = NULL; in necp_socket_find_policy_match_with_info_locked() local
8950 matched_policy = policy_search_array[i]; in necp_socket_find_policy_match_with_info_locked()
[all …]