Searched refs:netagent_array (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 500 static bool necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_a… 524 …oute_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t *netagent_array, size_t netage… 526 static uint32_t necp_route_get_netagent(struct rtentry *route, u_int32_t *netagent_array, size_t ne… 528 static uint32_t necp_route_get_flow_divert(struct rtentry *route, u_int32_t *netagent_array, size_t… 10219 necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_array_count, … in necp_update_qos_marking() argument 10232 if (netagent_array == NULL || netagent_array_count == 0) { in necp_update_qos_marking() 10238 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking() 10392 necp_route_is_allowed_inner(struct rtentry *route, struct ifnet *ifp, u_int32_t *netagent_array, si… in necp_route_is_allowed_inner() argument 10407 if (netagent_array == NULL || netagent_array_count == 0) { in necp_route_is_allowed_inner() 10413 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner() [all …]
|