Searched refs:TCA_FQ_PIE_MAX (Results 1 – 2 of 2) sorted by relevance
204 static const struct nla_policy fq_pie_policy[TCA_FQ_PIE_MAX + 1] = {281 struct nlattr *tb[TCA_FQ_PIE_MAX + 1]; in fq_pie_change()286 err = nla_parse_nested(tb, TCA_FQ_PIE_MAX, opt, fq_pie_policy, extack); in fq_pie_change()
1023 #define TCA_FQ_PIE_MAX (__TCA_FQ_PIE_MAX - 1) macro