Searched refs:TCA_HTB_MAX (Results 1 – 2 of 2) sorted by relevance
1029 static const struct nla_policy htb_policy[TCA_HTB_MAX + 1] = {1061 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_init() 1077 err = nla_parse_nested_deprecated(tb, TCA_HTB_MAX, opt, htb_policy, in htb_init() 1774 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_change_class() 1785 err = nla_parse_nested_deprecated(tb, TCA_HTB_MAX, opt, htb_policy, in htb_change_class()
421 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro