Home
last modified time | relevance | path

Searched refs:TCA_FQ_PIE_LIMIT (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/sched/
A Dsch_fq_pie.c205 [TCA_FQ_PIE_LIMIT] = {.type = NLA_U32},
291 if (tb[TCA_FQ_PIE_LIMIT]) { in fq_pie_change()
292 u32 limit = nla_get_u32(tb[TCA_FQ_PIE_LIMIT]); in fq_pie_change()
454 if (nla_put_u32(skb, TCA_FQ_PIE_LIMIT, sch->limit) || in fq_pie_dump()
/linux-6.3-rc2/include/uapi/linux/
A Dpkt_sched.h1009 TCA_FQ_PIE_LIMIT, enumerator

Completed in 10 milliseconds