Searched refs:TCA_ETS_MAX (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sched/
H A Dsch_ets.c58 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] = {
204 struct nlattr *tb[TCA_ETS_MAX + 1];
221 err = nla_parse_nested(tb, TCA_ETS_MAX, opt, ets_class_policy, extack);
510 err = __nla_validate_nested(priomap_attr, TCA_ETS_MAX,
549 err = __nla_validate_nested(quanta_attr, TCA_ETS_MAX,
582 struct nlattr *tb[TCA_ETS_MAX + 1];
590 err = nla_parse_nested(tb, TCA_ETS_MAX, op
[all...]
/linux-master/include/uapi/linux/
H A Dpkt_sched.h1209 #define TCA_ETS_MAX (__TCA_ETS_MAX - 1) macro

Completed in 273 milliseconds