Searched refs:new_q (Results 1 – 1 of 1) sorted by relevance
1207 struct Qdisc *new_q) in htb_parent_to_leaf() argument1220 parent->un.leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf()1271 struct Qdisc *new_q = NULL; in htb_delete() local1282 new_q = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops, in htb_delete()1310 htb_parent_to_leaf(q, cl, new_q); in htb_delete()1368 struct Qdisc *new_q; in htb_change_class() local1423 new_q = qdisc_create_dflt(sch->dev_queue, in htb_change_class()1447 cl->un.leaf.q = new_q ? new_q : &noop_qdisc; in htb_change_class()