Searched refs:routing_result (Results 1 – 3 of 3) sorted by relevance
6715 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()6928 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()6981 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_application_find_policy_match_internal()6990 returned_result->routing_result = matched_policy->result; in necp_application_find_policy_match_internal()7006 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()7010 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_NONE; in necp_application_find_policy_match_internal()7017 returned_result->routing_result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_application_find_policy_match_internal()7071 if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED) { in necp_application_find_policy_match_internal()7073 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in necp_application_find_policy_match_internal()7075 } else if (returned_result->routing_result == NECP_KERNEL_POLICY_RESULT_SCOPED_DIRECT) { in necp_application_find_policy_match_internal()[all …]
2090 result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP; in necp_client_flow_is_viable()4335 result.routing_result != NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED)) { in necp_update_client_result()4342 if ((result.routing_result == NECP_KERNEL_POLICY_RESULT_NONE || in necp_update_client_result()4343 result.routing_result == NECP_KERNEL_POLICY_RESULT_PASS) && in necp_update_client_result()4346 result.routing_result = NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED; in necp_update_client_result()4351 result.routing_result == NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()4359 if (result.routing_result != NECP_KERNEL_POLICY_RESULT_DROP) { in necp_update_client_result()4375 …(cursor, NECP_CLIENT_RESULT_POLICY_RESULT, sizeof(result.routing_result), &result.routing_result, … in necp_update_client_result()4394 if (result.routing_result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && in necp_update_client_result()4510 result.routing_result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && in necp_update_client_result()[all …]
321 necp_kernel_policy_result routing_result; member