Searched refs:necp_route_is_allowed (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.c | 598 static bool necp_route_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t * __counted_b… 8899 …bool route_is_allowed = necp_route_is_allowed(rt, NULL, netagent_ids, NECP_MAX_NETAGENTS, route_ru… in necp_application_find_policy_match_internal() 12465 necp_route_is_allowed(struct rtentry *route, struct ifnet *interface, u_int32_t * __counted_by(neta… in necp_route_is_allowed() function 12832 …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() 12946 …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() 13013 …!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() 13158 …!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()
|