Searched refs:cl_ops (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.1.9/net/sched/ |
D | sch_api.c | 151 if (qops->cl_ops) { in register_qdisc() 152 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() 338 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() 808 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog() 1118 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft() 1397 if (q->ops->cl_ops == NULL) in check_loop() 1404 q->ops->cl_ops->walk(q, &arg.w); in check_loop() 1412 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn() 1670 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc() 1671 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc() [all …]
|
D | sch_ingress.c | 134 .cl_ops = &ingress_class_ops, 269 .cl_ops = &clsact_class_ops,
|
D | sch_mq.c | 266 .cl_ops = &mq_class_ops,
|
D | sch_skbprio.c | 282 .cl_ops = &skbprio_class_ops,
|
D | cls_api.c | 1084 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find() 1126 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() 1152 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() 2030 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter() 2240 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter() 2396 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter() 2610 cops = q->ops->cl_ops; in tc_dump_tfilter() 2982 cops = q->ops->cl_ops; in tc_dump_chain()
|
D | sch_multiq.c | 385 .cl_ops = &multiq_class_ops,
|
D | sch_prio.c | 408 .cl_ops = &prio_class_ops,
|
D | sch_cbs.c | 537 .cl_ops = &cbs_class_ops,
|
D | sch_dsmark.c | 491 .cl_ops = &dsmark_class_ops,
|
D | sch_drr.c | 472 .cl_ops = &drr_class_ops,
|
D | sch_red.c | 536 .cl_ops = &red_class_ops,
|
D | sch_tbf.c | 597 .cl_ops = &tbf_class_ops,
|
D | sch_mqprio.c | 598 .cl_ops = &mqprio_class_ops,
|
D | sch_atm.c | 681 .cl_ops = &atm_class_ops,
|
D | sch_sfb.c | 700 .cl_ops = &sfb_class_ops,
|
D | sch_fq_codel.c | 706 .cl_ops = &fq_codel_class_ops,
|
D | sch_ets.c | 802 .cl_ops = &ets_class_ops,
|
D | sch_sfq.c | 912 .cl_ops = &sfq_class_ops,
|
D | sch_netem.c | 1269 .cl_ops = &netem_class_ops,
|
D | sch_qfq.c | 1490 .cl_ops = &qfq_class_ops,
|
D | sch_hfsc.c | 1662 .cl_ops = &hfsc_class_ops,
|
D | sch_cbq.c | 1702 .cl_ops = &cbq_class_ops,
|
D | sch_taprio.c | 2123 .cl_ops = &taprio_class_ops,
|
/linux-6.1.9/include/net/ |
D | pkt_cls.h | 173 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in __tcf_bind_filter() 176 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_bind_filter() 200 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_unbind_filter()
|
D | sch_generic.h | 284 const struct Qdisc_class_ops *cl_ops; member
|
12