Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq.c790 [TCA_FQ_FLOW_PLIMIT] = { .type = NLA_U32 },
835 if (tb[TCA_FQ_FLOW_PLIMIT]) in fq_change()
836 q->flow_plimit = nla_get_u32(tb[TCA_FQ_FLOW_PLIMIT]); in fq_change()
984 nla_put_u32(skb, TCA_FQ_FLOW_PLIMIT, q->flow_plimit) || in fq_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h875 TCA_FQ_FLOW_PLIMIT, /* limit of packets per flow */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h916 TCA_FQ_FLOW_PLIMIT, /* limit of packets per flow */ enumerator