Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_codel.c130 static const struct nla_policy codel_policy[TCA_CODEL_MAX + 1] = { in codel_change()
143 struct nlattr *tb[TCA_CODEL_MAX + 1]; in codel_change()
146 err = nla_parse_nested_deprecated(tb, TCA_CODEL_MAX, opt, in codel_change()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h683 #define TCA_CODEL_MAX (__TCA_CODEL_MAX - 1) macro