Home
last modified time | relevance | path

Searched refs:MAX_DPs (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/tc/
Dq_gred.c55 opt.def_DP = MAX_DPs; in init_gred()
65 } else if (opt.DPs > MAX_DPs) { in init_gred()
67 "currently supported\n", MAX_DPs); in init_gred()
104 if (!opt.DPs || opt.def_DP == MAX_DPs) { in init_gred()
135 opt.DP = MAX_DPs; in gred_parse_opt()
171 } else if (opt.DP >= MAX_DPs) { in gred_parse_opt()
173 "currently supported\n", MAX_DPs); in gred_parse_opt()
225 if (opt.DP == MAX_DPs || !opt.limit || !opt.qth_min || !opt.qth_max || in gred_parse_opt()
291 RTA_PAYLOAD(tb[TCA_GRED_MAX_P]) >= sizeof(__u32) * MAX_DPs) in gred_print_opt()
301 RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) { in gred_print_opt()
[all …]
/external/libnl/include/linux-private/linux/
Dpkt_sched.h231 #define MAX_DPs 16 macro
/external/iproute2/include/linux/
Dpkt_sched.h267 #define MAX_DPs 16 macro
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h268 #define MAX_DPs 16 macro