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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c1254 static void htb_parent_to_leaf(struct htb_class *cl, struct Qdisc *new_q) argument
1263 parent->un.leaf.q = new_q ? new_q : &noop_qdisc;
1329 struct Qdisc *new_q = NULL; local
1339 new_q = qdisc_create_dflt(sch->dev, &pfifo_qdisc_ops,
1359 htb_parent_to_leaf(cl, new_q);
1404 struct Qdisc *new_q; local
1434 new_q = qdisc_create_dflt(sch->dev, &pfifo_qdisc_ops, classid);
1456 cl->un.leaf.q = new_q ? new_q
[all...]

Completed in 58 milliseconds