Searched refs:sub_route_rule_id (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 10328 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_lookup_current_qos_marking() local 10329 if (sub_route_rule_id == 0) { in necp_lookup_current_qos_marking() 10332 new_qos_marking = necp_update_qos_marking(ifp, NULL, 0, sub_route_rule_id); in necp_lookup_current_qos_marking() 10585 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_is_allowed() local 10586 if (sub_route_rule_id == 0) { in necp_route_is_allowed() 10589 …lowed_inner(route, interface, netagent_array, netagent_array_count, sub_route_rule_id, interface_t… in necp_route_is_allowed() 10845 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_get_flow_divert() local 10846 if (sub_route_rule_id == 0) { in necp_route_get_flow_divert() 10849 …= necp_route_get_flow_divert_inner(route, netagent_array, netagent_array_count, sub_route_rule_id); in necp_route_get_flow_divert()
|