Searched refs:TCA_FQ_MAX (Results 1 – 2 of 2) sorted by relevance
688 static const struct nla_policy fq_policy[TCA_FQ_MAX + 1] = {705 struct nlattr *tb[TCA_FQ_MAX + 1]; in fq_change()713 err = nla_parse_nested(tb, TCA_FQ_MAX, opt, fq_policy, NULL); in fq_change()
870 #define TCA_FQ_MAX (__TCA_FQ_MAX - 1) macro