Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_api.c154 if (qops->cl_ops) { in register_qdisc()
155 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc()
343 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
800 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
1168 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1425 if (q->ops->cl_ops == NULL) in check_loop()
1432 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1440 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1746 if (p && p->ops->cl_ops && p->ops->cl_ops in __tc_modify_qdisc()
1950 const struct Qdisc_class_ops *cl_ops = q->ops->cl_ops; tc_fill_tclass() local
[all...]
H A Dsch_ingress.c161 .cl_ops = &ingress_class_ops,
337 .cl_ops = &clsact_class_ops,
H A Dsch_skbprio.c281 .cl_ops = &skbprio_class_ops,
H A Dsch_mq.c292 .cl_ops = &mq_class_ops,
H A Dsch_netem.c1020 if (sch != root && root->ops->cl_ops == &netem_class_ops) { in check_netem_in_tree()
1030 if (sch != q && q->ops->cl_ops == &netem_class_ops) { in check_netem_in_tree()
1399 .cl_ops = &netem_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()
2310 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_new_tfilter()
2524 (q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_del_tfilter()
2682 if ((q && !(q->ops->cl_ops->flags & QDISC_CLASS_OPS_DOIT_UNLOCKED)) || in tc_get_tfilter()
2900 cops = q->ops->cl_ops; in tc_dump_tfilter()
3285 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.c477 .cl_ops = &drr_class_ops,
H A Dsch_cbs.c551 .cl_ops = &cbs_class_ops,
H A Dsch_tbf.c605 .cl_ops = &tbf_class_ops,
H A Dsch_red.c552 .cl_ops = &red_class_ops,
H A Dsch_sfb.c712 .cl_ops = &sfb_class_ops,
H A Dsch_mqprio.c764 .cl_ops = &mqprio_class_ops,
H A Dsch_fq_codel.c723 .cl_ops = &fq_codel_class_ops,
H A Dsch_ets.c819 .cl_ops = &ets_class_ops,
H A Dsch_sfq.c956 .cl_ops = &sfq_class_ops,
H A Dsch_dualpi2.c1164 .cl_ops = &dualpi2_class_ops,
H A Dsch_qfq.c1529 .cl_ops = &qfq_class_ops,
H A Dsch_hfsc.c1683 .cl_ops = &hfsc_class_ops,
H A Dsch_cake.c3244 .cl_ops = &cake_class_ops,
3355 .cl_ops = &cake_mq_class_ops,
H A Dsch_htb.c2140 .cl_ops = &htb_class_ops,
H A Dsch_taprio.c2536 .cl_ops = &taprio_class_ops,
/linux/include/net/
H A Dpkt_cls.h173 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()
H A Dsch_generic.h309 const struct Qdisc_class_ops *cl_ops; member