Lines Matching defs:DP
35 u32 DP; /* the drop parameters */
178 /* Pass through packets not assigned to a DP
179 * if no default DP has been configured. This
180 * allows for DP flows to be left untouched.
447 * and the DP is checked against DPs, i.e. shadowed VQs can no
503 q->DP = dp;
676 if (ctl->DP >= table->DPs) {
682 err = gred_vqs_validate(table, ctl->DP, tb[TCA_GRED_VQ_LIST],
695 printk(KERN_DEBUG "GRED: DP %u does not have a prio "
696 "setting default to %d\n", ctl->DP, def_prio);
706 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc,
816 at this DP */
818 opt.DP = MAX_DPs + i;
823 opt.DP = q->DP;
867 if (nla_put_u32(skb, TCA_GRED_VQ_DP, q->DP))