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

/net/sched/
H A Dsch_gred.c37 u32 DP; /* the drop parameters */ member in struct:gred_sched_data
164 /* Pass through packets not assigned to a DP
165 * if no default DP has been configured. This
166 * allows for DP flows to be left untouched.
356 * and the DP is checked against DPs, i.e. shadowed VQs can no
398 q->DP = dp;
449 if (ctl->DP >= table->DPs)
459 printk(KERN_DEBUG "GRED: DP %u does not have a prio "
460 "setting default to %d\n", ctl->DP, def_prio);
470 err = gred_change_vq(sch, ctl->DP, ct
[all...]

Completed in 23 milliseconds