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

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

Completed in 240 milliseconds