Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq.c792 [TCA_FQ_INITIAL_QUANTUM] = NLA_POLICY_FULL_RANGE(NLA_U32, &iq_range),
849 if (tb[TCA_FQ_INITIAL_QUANTUM]) in fq_change()
850 q->initial_quantum = nla_get_u32(tb[TCA_FQ_INITIAL_QUANTUM]); in fq_change()
986 nla_put_u32(skb, TCA_FQ_INITIAL_QUANTUM, q->initial_quantum) || in fq_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h879 TCA_FQ_INITIAL_QUANTUM, /* RR quantum for new flow */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h920 TCA_FQ_INITIAL_QUANTUM, /* RR quantum for new flow */ enumerator