Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_gred.c521 [TCA_GRED_VQ_DP] = { .type = NLA_U32 },
546 dp = nla_get_u32(tb[TCA_GRED_VQ_DP]); in gred_vq_apply()
579 if (!tb[TCA_GRED_VQ_DP]) { in gred_vq_validate()
583 dp = nla_get_u32(tb[TCA_GRED_VQ_DP]); in gred_vq_validate()
867 if (nla_put_u32(skb, TCA_GRED_VQ_DP, q->DP)) in gred_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h310 TCA_GRED_VQ_DP, /* u32 */ enumerator