Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c930 [TCA_FQ_PLIMIT] = { .type = NLA_U32 },
1041 if (tb[TCA_FQ_PLIMIT]) in fq_change()
1043 nla_get_u32(tb[TCA_FQ_PLIMIT])); in fq_change()
1239 if (nla_put_u32(skb, TCA_FQ_PLIMIT, in fq_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h764 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator
/linux/include/uapi/linux/
H A Dpkt_sched.h805 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator