Searched refs:TCA_TBF_MAX (Results 1 – 2 of 2) sorted by relevance
304 static const struct nla_policy tbf_policy[TCA_TBF_MAX + 1] = {318 struct nlattr *tb[TCA_TBF_MAX + 1]; in tbf_change()327 err = nla_parse_nested(tb, TCA_TBF_MAX, opt, tbf_policy); in tbf_change()
181 #define TCA_TBF_MAX (__TCA_TBF_MAX - 1) macro