Searched refs:TCA_ETS_MAX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_ets.c | 58 static const struct nla_policy ets_policy[TCA_ETS_MAX + 1] = { 65 static const struct nla_policy ets_priomap_policy[TCA_ETS_MAX + 1] = { 69 static const struct nla_policy ets_quanta_policy[TCA_ETS_MAX + 1] = { 73 static const struct nla_policy ets_class_policy[TCA_ETS_MAX + 1] = { 206 struct nlattr *tb[TCA_ETS_MAX + 1]; in ets_class_change() 223 err = nla_parse_nested(tb, TCA_ETS_MAX, opt, ets_class_policy, extack); in ets_class_change() 512 err = __nla_validate_nested(priomap_attr, TCA_ETS_MAX, in ets_qdisc_priomap_parse() 551 err = __nla_validate_nested(quanta_attr, TCA_ETS_MAX, in ets_qdisc_quanta_parse() 584 struct nlattr *tb[TCA_ETS_MAX + 1]; in ets_qdisc_change() 592 err = nla_parse_nested(tb, TCA_ETS_MAX, opt, ets_policy, extack); in ets_qdisc_change()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pkt_sched.h | 1307 #define TCA_ETS_MAX (__TCA_ETS_MAX - 1) macro
|