Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c9967 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_lookup_current_qos_marking() local
9968 if (sub_route_rule_id == 0) { in necp_lookup_current_qos_marking()
9971 new_qos_marking = necp_update_qos_marking(ifp, NULL, 0, sub_route_rule_id); in necp_lookup_current_qos_marking()
10224 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_is_allowed() local
10225 if (sub_route_rule_id == 0) { in necp_route_is_allowed()
10228 …lowed_inner(route, interface, netagent_array, netagent_array_count, sub_route_rule_id, interface_t… in necp_route_is_allowed()
10473 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_get_flow_divert() local
10474 if (sub_route_rule_id == 0) { in necp_route_get_flow_divert()
10477 …= necp_route_get_flow_divert_inner(route, netagent_array, netagent_array_count, sub_route_rule_id); in necp_route_get_flow_divert()