Searched refs:MAX_DPs (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/tc/
H A Dq_gred.c66 if (dps < 0 || dps >MAX_DPs) {
70 "currently supported\n",MAX_DPs);
167 if (opt.DP >MAX_DPs) { /* need a better error check */
170 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
280 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
287 for (i=0;i<MAX_DPs;i++, qopt++) {
288 if (qopt->DP >= MAX_DPs) continue;
/external/iproute2/include/linux/
H A Dpkt_sched.h222 #define MAX_DPs 16 macro
/external/kernel-headers/original/linux/
H A Dpkt_sched.h222 #define MAX_DPs 16 macro

Completed in 14 milliseconds