Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/sched/
Dsch_api.c149 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()
[all …]
Dsch_ingress.c127 .cl_ops = &ingress_class_ops,
260 .cl_ops = &clsact_class_ops,
Dsch_skbprio.c289 .cl_ops = &skbprio_class_ops,
Dcls_api.c667 cops = qdisc->ops->cl_ops; in tc_dev_ingress_block()
1108 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1150 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find()
1176 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find()
1999 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter()
2208 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter()
2364 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter()
2566 cops = q->ops->cl_ops; in tc_dump_tfilter()
2946 cops = q->ops->cl_ops; in tc_dump_chain()
Dsch_mq.c283 .cl_ops = &mq_class_ops,
Dsch_multiq.c394 .cl_ops = &multiq_class_ops,
Dsch_prio.c411 .cl_ops = &prio_class_ops,
Dsch_red.c430 .cl_ops = &red_class_ops,
Dsch_cbs.c532 .cl_ops = &cbs_class_ops,
Dsch_drr.c483 .cl_ops = &drr_class_ops,
Dsch_dsmark.c495 .cl_ops = &dsmark_class_ops,
Dsch_tbf.c534 .cl_ops = &tbf_class_ops,
Dsch_mqprio.c619 .cl_ops = &mqprio_class_ops,
Dsch_atm.c682 .cl_ops = &atm_class_ops,
Dsch_sfb.c702 .cl_ops = &sfb_class_ops,
Dsch_fq_codel.c696 .cl_ops = &fq_codel_class_ops,
Dsch_sfq.c907 .cl_ops = &sfq_class_ops,
Dsch_netem.c1269 .cl_ops = &netem_class_ops,
Dsch_qfq.c1503 .cl_ops = &qfq_class_ops,
Dsch_hfsc.c1671 .cl_ops = &hfsc_class_ops,
Dsch_htb.c1575 .cl_ops = &htb_class_ops,
Dsch_cbq.c1792 .cl_ops = &cbq_class_ops,
Dsch_taprio.c1898 .cl_ops = &taprio_class_ops,
/Linux-v5.4/include/net/
Dpkt_cls.h166 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in tcf_bind_filter()
169 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_bind_filter()
181 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_unbind_filter()
Dsch_generic.h237 const struct Qdisc_class_ops *cl_ops; member

12