Lines Matching refs:cl_ops
149 if (qops->cl_ops) { in register_qdisc()
150 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc()
334 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
789 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
1082 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1365 if (q->ops->cl_ops == NULL) in check_loop()
1372 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1380 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1645 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1646 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
1793 const struct Qdisc_class_ops *cl_ops = q->ops->cl_ops; in tc_fill_tclass() local
1809 if (cl_ops->dump && cl_ops->dump(q, cl, skb, tcm) < 0) in tc_fill_tclass()
1816 if (cl_ops->dump_stats && cl_ops->dump_stats(q, cl, &d) < 0) in tc_fill_tclass()
1915 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in tc_bind_tclass()
2032 cops = q->ops->cl_ops; in tc_ctl_tclass()
2114 *t_p < s_t || !q->ops->cl_ops || in tc_dump_tclass_qdisc()
2128 q->ops->cl_ops->walk(q, &arg.w); in tc_dump_tclass_qdisc()