Home
last modified time | relevance | path

Searched refs:TCA_ETS_NBANDS (Results 1 – 2 of 2) sorted by last modified time

/linux/net/sched/
H A Dsch_ets.c59 [TCA_ETS_NBANDS] = { .type = NLA_U8 },
594 if (!tb[TCA_ETS_NBANDS]) { in ets_qdisc_change()
598 nbands = nla_get_u8(tb[TCA_ETS_NBANDS]); in ets_qdisc_change()
750 if (nla_put_u8(skb, TCA_ETS_NBANDS, nbands)) in ets_qdisc_dump()
/linux/include/uapi/linux/
H A Dpkt_sched.h1200 TCA_ETS_NBANDS, /* u8 */ enumerator