Lines Matching refs:cl_ops
152 if (qops->cl_ops) { in register_qdisc()
153 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc()
340 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
817 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
1153 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1431 if (q->ops->cl_ops == NULL) in check_loop()
1438 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1446 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1740 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1741 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
1889 const struct Qdisc_class_ops *cl_ops = q->ops->cl_ops; in tc_fill_tclass() local
1905 if (cl_ops->dump && cl_ops->dump(q, cl, skb, tcm) < 0) in tc_fill_tclass()
1912 if (cl_ops->dump_stats && cl_ops->dump_stats(q, cl, &d) < 0) in tc_fill_tclass()
2020 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in tc_bind_class_walker()
2050 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in tc_bind_tclass()
2059 q->ops->cl_ops->walk(q, &args.w); in tc_bind_tclass()
2145 cops = q->ops->cl_ops; in tc_ctl_tclass()
2227 *t_p < s_t || !q->ops->cl_ops || in tc_dump_tclass_qdisc()
2241 q->ops->cl_ops->walk(q, &arg.w); in tc_dump_tclass_qdisc()