Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_htb.c1002 static const struct nla_policy htb_policy[TCA_HTB_MAX + 1] = {
1023 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_init()
1031 err = nla_parse_nested(tb, TCA_HTB_MAX, opt, htb_policy); in htb_init()
1338 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_change_class()
1346 err = nla_parse_nested(tb, TCA_HTB_MAX, opt, htb_policy); in htb_change_class()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h370 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro