Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_api.c161 if (qops->cl_ops) { in register_qdisc()
162 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc()
316 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
771 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
863 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1079 if (q->ops->cl_ops == NULL) in check_loop()
1086 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1094 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1305 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1306 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
[all …]
Dsch_ingress.c93 .cl_ops = &ingress_class_ops,
Dcls_api.c184 cops = q->ops->cl_ops; in tc_ctl_tfilter()
450 cops = q->ops->cl_ops; in tc_dump_tfilter()
Dsch_mq.c238 .cl_ops = &mq_class_ops,
Dsch_multiq.c412 .cl_ops = &multiq_class_ops,
Dsch_prio.c375 .cl_ops = &prio_class_ops,
Dsch_red.c360 .cl_ops = &red_class_ops,
Dsch_mqprio.c405 .cl_ops = &mqprio_class_ops,
Dsch_dsmark.c486 .cl_ops = &dsmark_class_ops,
Dsch_tbf.c550 .cl_ops = &tbf_class_ops,
Dsch_drr.c501 .cl_ops = &drr_class_ops,
Dsch_atm.c668 .cl_ops = &atm_class_ops,
Dsch_fq_codel.c633 .cl_ops = &fq_codel_class_ops,
Dsch_sfb.c687 .cl_ops = &sfb_class_ops,
Dsch_sfq.c893 .cl_ops = &sfq_class_ops,
Dsch_netem.c1140 .cl_ops = &netem_class_ops,
Dsch_qfq.c1557 .cl_ops = &qfq_class_ops,
Dsch_htb.c1601 .cl_ops = &htb_class_ops,
Dsch_hfsc.c1732 .cl_ops = &hfsc_class_ops,
Dsch_cbq.c2032 .cl_ops = &cbq_class_ops,
/linux-4.4.14/include/net/
Dpkt_cls.h44 cl = tp->q->ops->cl_ops->bind_tcf(tp->q, base, r->classid); in tcf_bind_filter()
47 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_bind_filter()
56 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_unbind_filter()
Dsch_generic.h184 const struct Qdisc_class_ops *cl_ops; member