Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_api.c154 if (qops->cl_ops) { in register_qdisc()
155 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc()
322 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
783 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
997 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1283 if (q->ops->cl_ops == NULL) in check_loop()
1290 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1298 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1564 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1565 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
[all …]
Dsch_ingress.c130 .cl_ops = &ingress_class_ops,
262 .cl_ops = &clsact_class_ops,
Dsch_skbprio.c293 .cl_ops = &skbprio_class_ops,
Dsch_mq.c280 .cl_ops = &mq_class_ops,
Dsch_multiq.c398 .cl_ops = &multiq_class_ops,
Dsch_cbs.c476 .cl_ops = &cbs_class_ops,
Dsch_red.c426 .cl_ops = &red_class_ops,
Dsch_prio.c451 .cl_ops = &prio_class_ops,
Dsch_tbf.c538 .cl_ops = &tbf_class_ops,
Dsch_drr.c490 .cl_ops = &drr_class_ops,
Dsch_dsmark.c489 .cl_ops = &dsmark_class_ops,
Dcls_api.c571 cops = (*q)->ops->cl_ops; in tcf_block_find()
1669 cops = q->ops->cl_ops; in tc_dump_tfilter()
1988 cops = q->ops->cl_ops; in tc_dump_chain()
Dsch_sfb.c704 .cl_ops = &sfb_class_ops,
Dsch_atm.c680 .cl_ops = &atm_class_ops,
Dsch_mqprio.c622 .cl_ops = &mqprio_class_ops,
Dsch_fq_codel.c710 .cl_ops = &fq_codel_class_ops,
Dsch_sfq.c911 .cl_ops = &sfq_class_ops,
Dsch_netem.c1228 .cl_ops = &netem_class_ops,
Dsch_qfq.c1512 .cl_ops = &qfq_class_ops,
Dsch_hfsc.c1678 .cl_ops = &hfsc_class_ops,
Dsch_htb.c1597 .cl_ops = &htb_class_ops,
Dsch_cbq.c1782 .cl_ops = &cbq_class_ops,
Dsch_cake.c3005 .cl_ops = &cake_class_ops,
/Linux-v4.19/include/net/
Dpkt_cls.h231 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in tcf_bind_filter()
234 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_bind_filter()
246 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_unbind_filter()
Dsch_generic.h196 const struct Qdisc_class_ops *cl_ops; member