Searched refs:TCA_HTB_MAX (Results 1 – 2 of 2) sorted by relevance
992 static const struct nla_policy htb_policy[TCA_HTB_MAX + 1] = {1016 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_init()1030 err = nla_parse_nested(tb, TCA_HTB_MAX, opt, htb_policy, NULL); in htb_init()1325 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_change_class()1334 err = nla_parse_nested(tb, TCA_HTB_MAX, opt, htb_policy, NULL); in htb_change_class()
393 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro