Searched refs:TCA_HTB_MAX (Results 1 – 3 of 3) sorted by relevance
1022 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()1777 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_change_class()1788 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
441 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro
Completed in 20 milliseconds