Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_pie.c174 static const struct nla_policy pie_policy[TCA_PIE_MAX + 1] = {
188 struct nlattr *tb[TCA_PIE_MAX + 1]; in pie_change()
195 err = nla_parse_nested(tb, TCA_PIE_MAX, opt, pie_policy, NULL); in pie_change()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h924 #define TCA_PIE_MAX (__TCA_PIE_MAX - 1) macro