Searched refs:cl_ops (Results 1 – 25 of 27) sorted by relevance
12
/linux/net/sched/ |
A D | sch_api.c | 151 if (qops->cl_ops) { in register_qdisc() 807 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog() 1373 if (q->ops->cl_ops == NULL) in check_loop() 1380 q->ops->cl_ops->walk(q, &arg.w); in check_loop() 1653 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc() 1801 const struct Qdisc_class_ops *cl_ops = q->ops->cl_ops; in tc_fill_tclass() local 1817 if (cl_ops->dump && cl_ops->dump(q, cl, skb, tcm) < 0) in tc_fill_tclass() 1824 if (cl_ops->dump_stats && cl_ops->dump_stats(q, cl, &d) < 0) in tc_fill_tclass() 1966 q->ops->cl_ops->walk(q, &args.w); in tc_bind_tclass() 2056 cops = q->ops->cl_ops; in tc_ctl_tclass() [all …]
|
A D | sch_ingress.c | 134 .cl_ops = &ingress_class_ops, 269 .cl_ops = &clsact_class_ops,
|
A D | sch_mq.c | 269 .cl_ops = &mq_class_ops,
|
A D | sch_skbprio.c | 292 .cl_ops = &skbprio_class_ops,
|
A D | cls_api.c | 1066 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find() 1108 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() 1134 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() 2009 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter() 2221 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter() 2377 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter() 2591 cops = q->ops->cl_ops; in tc_dump_tfilter() 2966 cops = q->ops->cl_ops; in tc_dump_chain()
|
A D | sch_multiq.c | 393 .cl_ops = &multiq_class_ops,
|
A D | sch_prio.c | 417 .cl_ops = &prio_class_ops,
|
A D | sch_cbs.c | 543 .cl_ops = &cbs_class_ops,
|
A D | sch_drr.c | 481 .cl_ops = &drr_class_ops,
|
A D | sch_dsmark.c | 497 .cl_ops = &dsmark_class_ops,
|
A D | sch_tbf.c | 602 .cl_ops = &tbf_class_ops,
|
A D | sch_mqprio.c | 601 .cl_ops = &mqprio_class_ops,
|
A D | sch_red.c | 545 .cl_ops = &red_class_ops,
|
A D | sch_atm.c | 683 .cl_ops = &atm_class_ops,
|
A D | sch_sfb.c | 703 .cl_ops = &sfb_class_ops,
|
A D | sch_fq_codel.c | 715 .cl_ops = &fq_codel_class_ops,
|
A D | sch_ets.c | 816 .cl_ops = &ets_class_ops,
|
A D | sch_sfq.c | 916 .cl_ops = &sfq_class_ops,
|
A D | sch_netem.c | 1276 .cl_ops = &netem_class_ops,
|
A D | sch_qfq.c | 1499 .cl_ops = &qfq_class_ops,
|
A D | sch_hfsc.c | 1671 .cl_ops = &hfsc_class_ops,
|
A D | sch_cbq.c | 1790 .cl_ops = &cbq_class_ops,
|
A D | sch_taprio.c | 2028 .cl_ops = &taprio_class_ops,
|
/linux/include/net/ |
A D | pkt_cls.h | 160 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in __tcf_bind_filter() 163 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_bind_filter() 187 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_unbind_filter()
|
A D | sch_generic.h | 298 const struct Qdisc_class_ops *cl_ops; member
|
Completed in 59 milliseconds
12