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