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