Home
last modified time | relevance | path

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

/linux-6.6.21/net/sched/
Dsch_api.c152 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()
[all …]
Dsch_ingress.c160 .cl_ops = &ingress_class_ops,
334 .cl_ops = &clsact_class_ops,
Dsch_skbprio.c282 .cl_ops = &skbprio_class_ops,
Dsch_mq.c266 .cl_ops = &mq_class_ops,
Dcls_api.c1190 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1232 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find()
1258 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find()
2198 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter()
2410 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter()
2566 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter()
2780 cops = q->ops->cl_ops; in tc_dump_tfilter()
3161 cops = q->ops->cl_ops; in tc_dump_chain()
Dsch_multiq.c385 .cl_ops = &multiq_class_ops,
Dsch_prio.c408 .cl_ops = &prio_class_ops,
Dsch_cbs.c537 .cl_ops = &cbs_class_ops,
Dsch_drr.c473 .cl_ops = &drr_class_ops,
Dsch_tbf.c598 .cl_ops = &tbf_class_ops,
Dsch_red.c539 .cl_ops = &red_class_ops,
Dsch_sfb.c700 .cl_ops = &sfb_class_ops,
Dsch_mqprio.c767 .cl_ops = &mqprio_class_ops,
Dsch_fq_codel.c706 .cl_ops = &fq_codel_class_ops,
Dsch_ets.c802 .cl_ops = &ets_class_ops,
Dsch_sfq.c915 .cl_ops = &sfq_class_ops,
Dsch_netem.c1284 .cl_ops = &netem_class_ops,
Dsch_qfq.c1513 .cl_ops = &qfq_class_ops,
Dsch_hfsc.c1678 .cl_ops = &hfsc_class_ops,
Dsch_htb.c2156 .cl_ops = &htb_class_ops,
Dsch_taprio.c2536 .cl_ops = &taprio_class_ops,
Dsch_cake.c3092 .cl_ops = &cake_class_ops,
/linux-6.6.21/include/net/
Dpkt_cls.h162 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in __tcf_bind_filter()
165 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_bind_filter()
189 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_unbind_filter()
Dsch_generic.h291 const struct Qdisc_class_ops *cl_ops; member