Searched refs:necp_route_is_allowed (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 524 static bool necp_route_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t *netagent_arr… 7721 …bool route_is_allowed = necp_route_is_allowed(rt, NULL, netagent_ids, NECP_MAX_NETAGENTS, route_ru… in necp_application_find_policy_match_internal() 10570 necp_route_is_allowed(struct rtentry *route, struct ifnet *interface, u_int32_t *netagent_array, si… in necp_route_is_allowed() function 10870 …is_allowed = necp_route_is_allowed(NULL, interface, NULL, 0, necp_get_route_rule_id_from_packet(pa… in necp_packet_is_allowed_over_interface() 10984 …if (!necp_route_is_allowed(route, input_interface, NULL, 0, inp->inp_policyresult.results.route_ru… in necp_socket_is_allowed_to_send_recv_internal() 11039 …!necp_route_is_allowed(route, input_interface, NULL, 0, inp->inp_policyresult.results.route_rule_i… in necp_socket_is_allowed_to_send_recv_internal() 11104 …!necp_route_is_allowed(route, input_interface, netagent_ids, NECP_MAX_NETAGENTS, route_rule_id, &i… in necp_socket_is_allowed_to_send_recv_internal()
|