Home
last modified time | relevance | path

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

/linux-4.1.27/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()
316 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf()
770 cops = sch->ops->cl_ops; in qdisc_tree_decrease_qlen()
861 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; in qdisc_graft()
1077 if (q->ops->cl_ops == NULL) in check_loop()
1084 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
1092 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in check_loop_fn()
1303 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in tc_modify_qdisc()
1304 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in tc_modify_qdisc()
[all …]
Dsch_ingress.c131 .cl_ops = &ingress_class_ops,
Dcls_api.c184 cops = q->ops->cl_ops; in tc_ctl_tfilter()
450 cops = q->ops->cl_ops; in tc_dump_tfilter()
Dsch_mq.c238 .cl_ops = &mq_class_ops,
Dsch_prio.c380 .cl_ops = &prio_class_ops,
Dsch_red.c364 .cl_ops = &red_class_ops,
Dsch_multiq.c416 .cl_ops = &multiq_class_ops,
Dsch_mqprio.c405 .cl_ops = &mqprio_class_ops,
Dsch_dsmark.c486 .cl_ops = &dsmark_class_ops,
Dsch_tbf.c553 .cl_ops = &tbf_class_ops,
Dsch_drr.c504 .cl_ops = &drr_class_ops,
Dsch_fq_codel.c595 .cl_ops = &fq_codel_class_ops,
Dsch_atm.c668 .cl_ops = &atm_class_ops,
Dsch_sfb.c699 .cl_ops = &sfb_class_ops,
Dsch_sfq.c914 .cl_ops = &sfq_class_ops,
Dsch_netem.c1090 .cl_ops = &netem_class_ops,
Dsch_qfq.c1562 .cl_ops = &qfq_class_ops,
Dsch_htb.c1605 .cl_ops = &htb_class_ops,
Dsch_hfsc.c1735 .cl_ops = &hfsc_class_ops,
Dsch_cbq.c2036 .cl_ops = &cbq_class_ops,
/linux-4.1.27/include/net/
Dpkt_cls.h44 cl = tp->q->ops->cl_ops->bind_tcf(tp->q, base, r->classid); in tcf_bind_filter()
47 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_bind_filter()
56 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_unbind_filter()
Dsch_generic.h184 const struct Qdisc_class_ops *cl_ops; member