Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c7999 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8236 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8264 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
8355 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
8366 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()
8383 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8388 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_NONE; in necp_application_find_policy_match_internal()
8397 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8456 if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED) { in necp_application_find_policy_match_internal()
8458 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in necp_application_find_policy_match_internal()
[all …]
H A Dnecp_client.c2234 result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP; in necp_client_flow_is_viable()
4612 result.routing_result != NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED)) { in necp_update_client_result()
4619 if ((result.routing_result == NECP_KERNEL_POLICY_RESULT_NONE || in necp_update_client_result()
4620 result.routing_result == NECP_KERNEL_POLICY_RESULT_PASS) && in necp_update_client_result()
4623 result.routing_result = NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED; in necp_update_client_result()
4628 result.routing_result == NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4636 if (result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4652 …(cursor, NECP_CLIENT_RESULT_POLICY_RESULT, sizeof(result.routing_result), &result.routing_result, … in necp_update_client_result()
4671 if (result.routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && in necp_update_client_result()
4787 result.routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && in necp_update_client_result()
[all …]
H A Dnecp.h395 necp_kernel_policy_result routing_result; member