Searched refs:TCA_CBS_MAX (Results 1 – 2 of 2) sorted by relevance
260 static const struct nla_policy cbs_policy[TCA_CBS_MAX + 1] = {380 struct nlattr *tb[TCA_CBS_MAX + 1]; in cbs_change() 384 err = nla_parse_nested_deprecated(tb, TCA_CBS_MAX, opt, cbs_policy, in cbs_change()
875 #define TCA_CBS_MAX (__TCA_CBS_MAX - 1) macro