Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dsch_qfq.c154 u32 class_weight; /* Weight of each class in this aggregate. */ member
260 agg->class_weight = weight; in qfq_init_agg()
269 if (agg->lmax == lmax && agg->class_weight == weight) in qfq_find_agg()
294 new_agg_weight = agg->class_weight * new_num_classes; in qfq_update_agg()
304 (int) agg->class_weight * (new_num_classes - agg->num_classes); in qfq_update_agg()
331 q->wsum -= agg->class_weight; in qfq_destroy_agg()
438 weight == cl->agg->class_weight) in qfq_change_class()
441 delta_w = weight - (cl ? cl->agg->class_weight : 0); in qfq_change_class()
622 if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->class_weight) || in qfq_dump_class()
640 xstats.weight = cl->agg->class_weight; in qfq_dump_class_stats()
[all …]

Completed in 8 milliseconds