Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h1017 TCA_CAKE_MEMORY, enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h1104 TCA_CAKE_MEMORY, enumerator
/openbmc/linux/net/sched/
H A Dsch_cake.c2260 [TCA_CAKE_MEMORY] = { .type = NLA_U32 },
2681 if (tb[TCA_CAKE_MEMORY]) in cake_change()
2682 q->buffer_config_limit = nla_get_u32(tb[TCA_CAKE_MEMORY]); in cake_change()
2809 if (nla_put_u32(skb, TCA_CAKE_MEMORY, q->buffer_config_limit)) in cake_dump()