Searched refs:TCA_PIE_MAX (Results 1 – 2 of 2) sorted by relevance
172 static const struct nla_policy pie_policy[TCA_PIE_MAX + 1] = {185 struct nlattr *tb[TCA_PIE_MAX + 1]; in pie_change()192 err = nla_parse_nested(tb, TCA_PIE_MAX, opt, pie_policy); in pie_change()
841 #define TCA_PIE_MAX (__TCA_PIE_MAX - 1) macro