Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c12064 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_lookup_current_qos_marking() local
12065 if (sub_route_rule_id == 0) { in necp_lookup_current_qos_marking()
12068 new_qos_marking = necp_update_qos_marking(ifp, NULL, 0, sub_route_rule_id); in necp_lookup_current_qos_marking()
12480 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_is_allowed() local
12481 if (sub_route_rule_id == 0) { in necp_route_is_allowed()
12484 …lowed_inner(route, interface, netagent_array, netagent_array_count, sub_route_rule_id, interface_t… in necp_route_is_allowed()
12795 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_get_flow_divert() local
12796 if (sub_route_rule_id == 0) { in necp_route_get_flow_divert()
12799 …= necp_route_get_flow_divert_inner(route, netagent_array, netagent_array_count, sub_route_rule_id); in necp_route_get_flow_divert()