Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dsch_api.c152 if (qops->cl_ops) { in register_qdisc()
809 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
1400 if (q->ops->cl_ops == NULL) in check_loop()
1407 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1673 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1822 const struct Qdisc_class_ops *cl_ops = q->ops->cl_ops; in tc_fill_tclass() local
1838 if (cl_ops->dump && cl_ops->dump(q, cl, skb, tcm) < 0) in tc_fill_tclass()
1845 if (cl_ops->dump_stats && cl_ops->dump_stats(q, cl, &d) < 0) in tc_fill_tclass()
1992 q->ops->cl_ops->walk(q, &args.w); in tc_bind_tclass()
2078 cops = q->ops->cl_ops; in tc_ctl_tclass()
[all …]
A Dsch_ingress.c134 .cl_ops = &ingress_class_ops,
269 .cl_ops = &clsact_class_ops,
A Dsch_mq.c266 .cl_ops = &mq_class_ops,
A Dsch_skbprio.c282 .cl_ops = &skbprio_class_ops,
A 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()
2191 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter()
2403 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter()
2559 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter()
2773 cops = q->ops->cl_ops; in tc_dump_tfilter()
3152 cops = q->ops->cl_ops; in tc_dump_chain()
A Dsch_multiq.c385 .cl_ops = &multiq_class_ops,
A Dsch_prio.c408 .cl_ops = &prio_class_ops,
A Dsch_cbs.c537 .cl_ops = &cbs_class_ops,
A Dsch_drr.c472 .cl_ops = &drr_class_ops,
A Dsch_red.c536 .cl_ops = &red_class_ops,
A Dsch_tbf.c597 .cl_ops = &tbf_class_ops,
A Dsch_mqprio.c611 .cl_ops = &mqprio_class_ops,
A Dsch_sfb.c700 .cl_ops = &sfb_class_ops,
A Dsch_fq_codel.c706 .cl_ops = &fq_codel_class_ops,
A Dsch_ets.c802 .cl_ops = &ets_class_ops,
A Dsch_sfq.c912 .cl_ops = &sfq_class_ops,
A Dsch_netem.c1269 .cl_ops = &netem_class_ops,
A Dsch_qfq.c1490 .cl_ops = &qfq_class_ops,
A Dsch_hfsc.c1662 .cl_ops = &hfsc_class_ops,
A Dsch_htb.c2157 .cl_ops = &htb_class_ops,
A Dsch_taprio.c2384 .cl_ops = &taprio_class_ops,
A Dsch_cake.c3091 .cl_ops = &cake_class_ops,
/linux-6.3-rc2/include/net/
A Dpkt_cls.h175 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in __tcf_bind_filter()
178 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_bind_filter()
202 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_unbind_filter()
A Dsch_generic.h284 const struct Qdisc_class_ops *cl_ops; member

Completed in 82 milliseconds