Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_pie.c172 static const struct nla_policy pie_policy[TCA_PIE_MAX + 1] = {
185 struct nlattr *tb[TCA_PIE_MAX + 1]; in pie_change()
192 err = nla_parse_nested(tb, TCA_PIE_MAX, opt, pie_policy); in pie_change()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h841 #define TCA_PIE_MAX (__TCA_PIE_MAX - 1) macro