Home
last modified time | relevance | path

Searched refs:netagent_array (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dnecp.c505 static bool necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_a…
531 …oute_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t *netagent_array, size_t netage…
533 static uint32_t necp_route_get_netagent(struct rtentry *route, u_int32_t *netagent_array, size_t ne…
535 static uint32_t necp_route_get_flow_divert(struct rtentry *route, u_int32_t *netagent_array, size_t…
10310 necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_array_count, … in necp_update_qos_marking() argument
10323 if (netagent_array == NULL || netagent_array_count == 0) { in necp_update_qos_marking()
10329 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking()
10484 necp_route_is_allowed_inner(struct rtentry *route, struct ifnet *ifp, u_int32_t *netagent_array, si… in necp_route_is_allowed_inner() argument
10499 if (netagent_array == NULL || netagent_array_count == 0) { in necp_route_is_allowed_inner()
10505 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner()
[all …]