Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_ets.c62 [TCA_ETS_PRIOMAP] = { .type = NLA_NESTED },
616 if (tb[TCA_ETS_PRIOMAP]) { in ets_qdisc_change()
617 err = ets_qdisc_priomap_parse(tb[TCA_ETS_PRIOMAP], in ets_qdisc_change()
771 nest = nla_nest_start(skb, TCA_ETS_PRIOMAP); in ets_qdisc_dump()
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h1302 TCA_ETS_PRIOMAP, /* nested TCA_ETS_PRIOMAP_BAND */ enumerator