TCA_GRED_VQ_LIST  528 net/sched/sch_gred.c 	[TCA_GRED_VQ_LIST]	= { .type = NLA_NESTED },
TCA_GRED_VQ_LIST  677 net/sched/sch_gred.c 	if (tb[TCA_GRED_VQ_LIST]) {
TCA_GRED_VQ_LIST  678 net/sched/sch_gred.c 		err = gred_vqs_validate(table, ctl->DP, tb[TCA_GRED_VQ_LIST],
TCA_GRED_VQ_LIST  707 net/sched/sch_gred.c 	if (tb[TCA_GRED_VQ_LIST])
TCA_GRED_VQ_LIST  708 net/sched/sch_gred.c 		gred_vqs_apply(table, tb[TCA_GRED_VQ_LIST]);
TCA_GRED_VQ_LIST  842 net/sched/sch_gred.c 	vqs = nla_nest_start_noflag(skb, TCA_GRED_VQ_LIST);