Searched refs:new_q (Results 1 – 1 of 1) sorted by relevance
1213 struct Qdisc *new_q) in htb_parent_to_leaf() argument1226 parent->un.leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf()1278 struct Qdisc *new_q = NULL; in htb_delete() local1289 new_q = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops, in htb_delete()1315 htb_parent_to_leaf(q, cl, new_q); in htb_delete()1373 struct Qdisc *new_q; in htb_change_class() local1428 new_q = qdisc_create_dflt(sch->dev_queue, in htb_change_class()1451 cl->un.leaf.q = new_q ? new_q : &noop_qdisc; in htb_change_class()