Searched refs:TCA_HTB_MAX (Results 1 – 2 of 2) sorted by relevance
1002 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()
370 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro