Searched refs:netagent_array (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | necp.c | 502 static bool necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_a… 527 …oute_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t *netagent_array, size_t netage… 529 static uint32_t necp_route_get_netagent(struct rtentry *route, u_int32_t *netagent_array, size_t ne… 531 static uint32_t necp_route_get_flow_divert(struct rtentry *route, u_int32_t *netagent_array, size_t… 10290 necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_array_count, … in necp_update_qos_marking() argument 10303 if (netagent_array == NULL || netagent_array_count == 0) { in necp_update_qos_marking() 10309 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking() 10464 necp_route_is_allowed_inner(struct rtentry *route, struct ifnet *ifp, u_int32_t *netagent_array, si… in necp_route_is_allowed_inner() argument 10479 if (netagent_array == NULL || netagent_array_count == 0) { in necp_route_is_allowed_inner() 10485 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner() [all …]
|