Home
last modified time | relevance | path

Searched refs:bind_tcf (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_ingress.c129 .bind_tcf = ingress_bind_filter,
264 .bind_tcf = clsact_bind_filter,
H A Dsch_multiq.c385 .bind_tcf = multiq_bind,
H A Dsch_prio.c407 .bind_tcf = prio_bind,
H A Dsch_dsmark.c487 .bind_tcf = dsmark_bind_filter,
H A Dsch_drr.c470 .bind_tcf = drr_bind_tcf,
H A Dsch_atm.c674 .bind_tcf = atm_tc_bind_filter,
H A Dsch_sfb.c696 .bind_tcf = sfb_bind,
H A Dsch_fq_codel.c693 .bind_tcf = fq_codel_bind,
H A Dsch_ets.c804 .bind_tcf = ets_qdisc_bind_tcf,
H A Dsch_sfq.c908 .bind_tcf = sfq_bind,
H A Dsch_qfq.c1486 .bind_tcf = qfq_bind_tcf,
H A Dsch_htb.c1566 .bind_tcf = htb_bind_filter,
H A Dsch_hfsc.c1651 .bind_tcf = hfsc_bind_tcf,
H A Dsch_cbq.c1783 .bind_tcf = cbq_bind_filter,
H A Dsch_api.c157 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
H A Dsch_cake.c3089 .bind_tcf = cake_bind,
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h168 cl = q->ops->cl_ops->bind_tcf(q, base, r->classid); in __tcf_bind_filter()
H A Dsch_generic.h254 unsigned long (*bind_tcf)(struct Qdisc *, unsigned long, member