Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_fq.c785 [TCA_FQ_PLIMIT] = { .type = NLA_U32 },
831 if (tb[TCA_FQ_PLIMIT]) in fq_change()
832 sch->limit = nla_get_u32(tb[TCA_FQ_PLIMIT]); in fq_change()
982 if (nla_put_u32(skb, TCA_FQ_PLIMIT, sch->limit) || in fq_dump()
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h872 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h892 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator