Lines Matching defs:new
422 * for priorities it is participating on. cl->cmode must be new
588 * Routine learns (new) priority of leaf and activates feed chain
1449 static int htb_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new,
1463 if (!new) {
1464 new = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1466 if (!new)
1471 htb_set_lockdep_class_child(new);
1473 qdisc_refcount_inc(new);
1474 old_q = htb_graft_helper(dev_queue, new);
1477 *old = qdisc_replace(sch, new, &cl->leaf.q);
1562 /* When destroying, caller qdisc_graft grafts the new qdisc and invokes
1828 if (!cl) { /* new class */