Searched refs:MAX_DPs (Results 1 – 4 of 4) sorted by relevance
65 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()
195 #define MAX_DPs 16 macro
251 #define MAX_DPs 16 macro
263 #define MAX_DPs 16 macro