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.c1418 static void htb_offload_move_qdisc(struct Qdisc *sch, struct htb_class *cl_old, in htb_offload_move_qdisc() argument
1424 queue_old = htb_offload_get_queue(cl_old); in htb_offload_move_qdisc()
1433 WARN_ON(qdisc != cl_old->leaf.q); in htb_offload_move_qdisc()
1436 if (!(cl_old->leaf.q->flags & TCQ_F_BUILTIN)) in htb_offload_move_qdisc()
1437 cl_old->leaf.q->dev_queue = queue_new; in htb_offload_move_qdisc()
1438 cl_old->leaf.offload_queue = queue_new; in htb_offload_move_qdisc()
1443 qdisc = dev_graft_qdisc(queue_new, cl_old->leaf.q); in htb_offload_move_qdisc()