Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp.c7375 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
7625 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
7694 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
7704 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()
7721 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
7726 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_NONE; in necp_application_find_policy_match_internal()
7734 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
7793 if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED) { in necp_application_find_policy_match_internal()
7795 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in necp_application_find_policy_match_internal()
7797 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SCOPED_DIRECT) { in necp_application_find_policy_match_internal()
[all …]
H A Dnecp_client.c2134 result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP; in necp_client_flow_is_viable()
4499 result.routing_result != NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED)) { in necp_update_client_result()
4506 if ((result.routing_result == NECP_KERNEL_POLICY_RESULT_NONE || in necp_update_client_result()
4507 result.routing_result == NECP_KERNEL_POLICY_RESULT_PASS) && in necp_update_client_result()
4510 result.routing_result = NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED; in necp_update_client_result()
4515 result.routing_result == NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4523 if (result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4539 …(cursor, NECP_CLIENT_RESULT_POLICY_RESULT, sizeof(result.routing_result), &result.routing_result, … in necp_update_client_result()
4558 if (result.routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && in necp_update_client_result()
4674 result.routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && in necp_update_client_result()
[all …]
H A Dnecp.h365 necp_kernel_policy_result routing_result; member