Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h1013 TCA_CAKE_OVERHEAD, enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h1100 TCA_CAKE_OVERHEAD, enumerator
/openbmc/linux/net/sched/
H A Dsch_cake.c2256 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
2628 if (tb[TCA_CAKE_OVERHEAD]) { in cake_change()
2629 q->rate_overhead = nla_get_s32(tb[TCA_CAKE_OVERHEAD]); in cake_change()
2834 if (nla_put_u32(skb, TCA_CAKE_OVERHEAD, q->rate_overhead)) in cake_dump()