Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
A Dpkt_sched.h1011 TCA_CAKE_ATM, enumerator
/linux/include/uapi/linux/
A Dpkt_sched.h1081 TCA_CAKE_ATM, enumerator
/linux/net/sched/
A Dsch_cake.c2236 [TCA_CAKE_ATM] = { .type = NLA_U32 },
2610 if (tb[TCA_CAKE_ATM]) in cake_change()
2611 q->atm_mode = nla_get_u32(tb[TCA_CAKE_ATM]); in cake_change()
2826 if (nla_put_u32(skb, TCA_CAKE_ATM, q->atm_mode)) in cake_dump()

Completed in 21 milliseconds