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

/net/sched/
H A Dsch_gred.c57 u32 DPs; member in struct:gred_sched
98 for (i = 0; i < table->DPs; i++) {
105 for (n = i + 1; n < table->DPs; n++)
159 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) {
183 for (i = 0; i < t->DPs; i++) {
257 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) {
289 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) {
319 for (i = 0; i < t->DPs; i++) {
346 if (sopt->DPs > MAX_DPs || sopt->DPs
[all...]

Completed in 83 milliseconds