Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp.c514 static bool necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_a…
541 …oute_is_allowed(struct rtentry *route, ifnet_t interface, u_int32_t *netagent_array, size_t netage…
543 static uint32_t necp_route_get_netagent(struct rtentry *route, u_int32_t *netagent_array, size_t ne…
545 static uint32_t necp_route_get_flow_divert(struct rtentry *route, u_int32_t *netagent_array, size_t…
10874 necp_update_qos_marking(struct ifnet *ifp, u_int32_t *netagent_array, size_t netagent_array_count, … in necp_update_qos_marking() argument
10887 if (netagent_array == NULL || netagent_array_count == 0) { in necp_update_qos_marking()
10893 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking()
11048 necp_route_is_allowed_inner(struct rtentry *route, struct ifnet *ifp, u_int32_t *netagent_array, si… in necp_route_is_allowed_inner() argument
11063 if (netagent_array == NULL || netagent_array_count == 0) { in necp_route_is_allowed_inner()
11069 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner()
[all …]