TCA_GRED_VQ_DP    514 net/sched/sch_gred.c 	[TCA_GRED_VQ_DP]	= { .type = NLA_U32 },
TCA_GRED_VQ_DP    539 net/sched/sch_gred.c 	dp = nla_get_u32(tb[TCA_GRED_VQ_DP]);
TCA_GRED_VQ_DP    572 net/sched/sch_gred.c 	if (!tb[TCA_GRED_VQ_DP]) {
TCA_GRED_VQ_DP    576 net/sched/sch_gred.c 	dp = nla_get_u32(tb[TCA_GRED_VQ_DP]);
TCA_GRED_VQ_DP    857 net/sched/sch_gred.c 		if (nla_put_u32(skb, TCA_GRED_VQ_DP, q->DP))