Home
last modified time | relevance | path

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

/linux-3.4.99/net/sched/
Dsch_api.c161 if (qops->cl_ops) { in register_qdisc()
162 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc()
255 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
658 cops = sch->ops->cl_ops; in qdisc_tree_decrease_qlen()
745 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
941 if (q->ops->cl_ops == NULL) in check_loop()
948 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
956 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1158 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1159 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
[all …]
Dsch_ingress.c122 .cl_ops = &ingress_class_ops,
Dcls_api.c180 cops = q->ops->cl_ops; in tc_ctl_tfilter()
437 cops = q->ops->cl_ops; in tc_dump_tfilter()
Dsch_mq.c233 .cl_ops = &mq_class_ops,
Dsch_prio.c377 .cl_ops = &prio_class_ops,
Dsch_multiq.c415 .cl_ops = &multiq_class_ops,
Dsch_red.c363 .cl_ops = &red_class_ops,
Dsch_tbf.c439 .cl_ops = &tbf_class_ops,
Dsch_mqprio.c396 .cl_ops = &mqprio_class_ops,
Dsch_dsmark.c481 .cl_ops = &dsmark_class_ops,
Dsch_drr.c500 .cl_ops = &drr_class_ops,
Dsch_atm.c666 .cl_ops = &atm_class_ops,
Dsch_sfb.c695 .cl_ops = &sfb_class_ops,
Dsch_netem.c963 .cl_ops = &netem_class_ops,
Dsch_sfq.c917 .cl_ops = &sfq_class_ops,
Dsch_qfq.c1116 .cl_ops = &qfq_class_ops,
Dsch_htb.c1562 .cl_ops = &htb_class_ops,
Dsch_hfsc.c1735 .cl_ops = &hfsc_class_ops,
Dsch_cbq.c2054 .cl_ops = &cbq_class_ops,
/linux-3.4.99/include/net/
Dpkt_cls.h48 cl = tp->q->ops->cl_ops->bind_tcf(tp->q, base, r->classid); in tcf_bind_filter()
51 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_bind_filter()
60 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_unbind_filter()
Dsch_generic.h152 const struct Qdisc_class_ops *cl_ops; member