Searched refs:sub_route_rule_id (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.c | 11964 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_lookup_current_qos_marking() local 11965 if (sub_route_rule_id == 0) { in necp_lookup_current_qos_marking() 11968 new_qos_marking = necp_update_qos_marking(ifp, NULL, 0, sub_route_rule_id); in necp_lookup_current_qos_marking() 12361 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_is_allowed() local 12362 if (sub_route_rule_id == 0) { in necp_route_is_allowed() 12365 …lowed_inner(route, interface, netagent_array, netagent_array_count, sub_route_rule_id, interface_t… in necp_route_is_allowed() 12658 u_int32_t sub_route_rule_id = aggregate_route_rule->rule_ids[index]; in necp_route_get_flow_divert() local 12659 if (sub_route_rule_id == 0) { in necp_route_get_flow_divert() 12662 …= necp_route_get_flow_divert_inner(route, netagent_array, netagent_array_count, sub_route_rule_id); in necp_route_get_flow_divert()
|