Home
last modified time | relevance | path

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

/linux/net/sched/
H A 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()
816 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
1181 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1466 if (q->ops->cl_ops == NULL) in check_loop()
1473 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1481 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1779 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1780 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
[all …]
H A Dsch_ingress.c160 .cl_ops = &ingress_class_ops,
335 .cl_ops = &clsact_class_ops,
H A Dsch_skbprio.c284 .cl_ops = &skbprio_class_ops,
H A Dsch_mq.c266 .cl_ops = &mq_class_ops,
H A Dcls_api.c1221 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1263 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find()
1289 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find()
2281 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter()
2493 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter()
2651 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter()
2869 cops = q->ops->cl_ops; in tc_dump_tfilter()
3253 cops = q->ops->cl_ops; in tc_dump_chain()
H A Dsch_multiq.c385 .cl_ops = &multiq_class_ops,
H A Dsch_prio.c408 .cl_ops = &prio_class_ops,
H A Dsch_drr.c473 .cl_ops = &drr_class_ops,
H A Dsch_tbf.c604 .cl_ops = &tbf_class_ops,
H A Dsch_mqprio.c765 .cl_ops = &mqprio_class_ops,
H A Dsch_ets.c807 .cl_ops = &ets_class_ops,
H A Dsch_netem.c1305 .cl_ops = &netem_class_ops,
H A Dsch_hfsc.c1677 .cl_ops = &hfsc_class_ops,
H A Dsch_taprio.c2522 .cl_ops = &taprio_class_ops,
H A Dsch_cake.c3107 .cl_ops = &cake_class_ops,
/linux/include/net/
H A Dsch_generic.h289 const struct Qdisc_class_ops *cl_ops; member