Home
last modified time | relevance | path

Searched refs:TCA_FQ_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/sched/
Dsch_fq.c645 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()
/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h782 #define TCA_FQ_MAX (__TCA_FQ_MAX - 1) macro