Home
last modified time | relevance | path

Searched refs:cl_old (Results 1 – 1 of 1) sorted by relevance

/linux/net/sched/
H A Dsch_htb.c1409 static void htb_offload_move_qdisc(struct Qdisc *sch, struct htb_class *cl_old, in htb_offload_move_qdisc() argument
1415 queue_old = htb_offload_get_queue(cl_old); in htb_offload_move_qdisc()
1424 WARN_ON(qdisc != cl_old->leaf.q); in htb_offload_move_qdisc()
1427 if (!(cl_old->leaf.q->flags & TCQ_F_BUILTIN)) in htb_offload_move_qdisc()
1428 cl_old->leaf.q->dev_queue = queue_new; in htb_offload_move_qdisc()
1429 cl_old->leaf.offload_queue = queue_new; in htb_offload_move_qdisc()
1434 qdisc = dev_graft_qdisc(queue_new, cl_old->leaf.q); in htb_offload_move_qdisc()