Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq_codel.c361 [TCA_FQ_CODEL_DROP_BATCH_SIZE] = { .type = NLA_U32 },
428 if (tb[TCA_FQ_CODEL_DROP_BATCH_SIZE]) in fq_codel_change()
429 q->drop_batch_size = max(1U, nla_get_u32(tb[TCA_FQ_CODEL_DROP_BATCH_SIZE])); in fq_codel_change()
541 nla_put_u32(skb, TCA_FQ_CODEL_DROP_BATCH_SIZE, in fq_codel_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h819 TCA_FQ_CODEL_DROP_BATCH_SIZE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h858 TCA_FQ_CODEL_DROP_BATCH_SIZE, enumerator