Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c8085 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8341 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8369 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
8458 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
8469 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()
8486 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8491 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_NONE; in necp_application_find_policy_match_internal()
8500 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8546 if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED) { in necp_application_find_policy_match_internal()
8548 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in necp_application_find_policy_match_internal()
[all …]
H A Dnecp_client.c2400 result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP; in necp_client_flow_is_viable()
4819 result.routing_result != NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED)) { in necp_update_client_result()
4826 if ((result.routing_result == NECP_KERNEL_POLICY_RESULT_NONE || in necp_update_client_result()
4827 result.routing_result == NECP_KERNEL_POLICY_RESULT_PASS) && in necp_update_client_result()
4830 result.routing_result = NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED; in necp_update_client_result()
4835 result.routing_result == NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4847 if (result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4863 …(cursor, NECP_CLIENT_RESULT_POLICY_RESULT, sizeof(result.routing_result), &result.routing_result, … in necp_update_client_result()
4882 if (result.routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && in necp_update_client_result()
5021 result.routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && in necp_update_client_result()
[all …]
H A Dnecp.h400 necp_kernel_policy_result routing_result; member