Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_gred.c65 if (dps < 0 || dps >MAX_DPs) { in init_gred()
69 "currently supported\n",MAX_DPs); in init_gred()
166 if (opt.DP >MAX_DPs) { /* need a better error check */ in gred_parse_opt()
169 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs); in gred_parse_opt()
283 RTA_PAYLOAD(tb[TCA_GRED_MAX_P]) >= sizeof(__u32) * MAX_DPs) in gred_print_opt()
287 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) { in gred_print_opt()
294 for (i=0;i<MAX_DPs;i++, qopt++) { in gred_print_opt()
295 if (qopt->DP >= MAX_DPs) continue; in gred_print_opt()
/external/libnl/include/linux/
Dpkt_sched.h195 #define MAX_DPs 16 macro
/external/iproute2/include/linux/
Dpkt_sched.h251 #define MAX_DPs 16 macro
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h263 #define MAX_DPs 16 macro