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