TCA_QFQ_WEIGHT    218 net/sched/sch_qfq.c 	[TCA_QFQ_WEIGHT] = { .type = NLA_U32 },
TCA_QFQ_WEIGHT    415 net/sched/sch_qfq.c 	if (tb[TCA_QFQ_WEIGHT]) {
TCA_QFQ_WEIGHT    416 net/sched/sch_qfq.c 		weight = nla_get_u32(tb[TCA_QFQ_WEIGHT]);
TCA_QFQ_WEIGHT    622 net/sched/sch_qfq.c 	if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->class_weight) ||