Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c8074 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8330 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8358 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
8447 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()
8458 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()
8475 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8480 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_NONE; in necp_application_find_policy_match_internal()
8489 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()
8535 if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED) { in necp_application_find_policy_match_internal()
8537 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in necp_application_find_policy_match_internal()
[all …]
H A Dnecp_client.c2373 result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP; in necp_client_flow_is_viable()
4792 result.routing_result != NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED)) { in necp_update_client_result()
4799 if ((result.routing_result == NECP_KERNEL_POLICY_RESULT_NONE || in necp_update_client_result()
4800 result.routing_result == NECP_KERNEL_POLICY_RESULT_PASS) && in necp_update_client_result()
4803 result.routing_result = NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED; in necp_update_client_result()
4808 result.routing_result == NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4816 if (result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()
4832 …(cursor, NECP_CLIENT_RESULT_POLICY_RESULT, sizeof(result.routing_result), &result.routing_result, … in necp_update_client_result()
4851 if (result.routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && in necp_update_client_result()
4990 result.routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && in necp_update_client_result()
[all …]
H A Dnecp.h399 necp_kernel_policy_result routing_result; member