Searched refs:netagent_array (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.c | 478 static bool necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_a… 502 …oute_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t *netagent_array, size_t netage… 504 static uint32_t necp_route_get_netagent(struct rtentry *route, u_int32_t *netagent_array, size_t ne… 505 static uint32_t necp_route_get_flow_divert(struct rtentry *route, u_int32_t *netagent_array, size_t… 9858 necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_array_count, … in necp_update_qos_marking() argument 9871 if (netagent_array == NULL || netagent_array_count == 0) { in necp_update_qos_marking() 9877 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking() 10031 necp_route_is_allowed_inner(struct rtentry *route, struct ifnet *ifp, u_int32_t *netagent_array, si… in necp_route_is_allowed_inner() argument 10046 if (netagent_array == NULL || netagent_array_count == 0) { in necp_route_is_allowed_inner() 10052 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner() [all …]
|