Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_ingress.c130 .unbind_tcf = ingress_unbind_filter,
265 .unbind_tcf = ingress_unbind_filter,
H A Dsch_multiq.c386 .unbind_tcf = multiq_unbind,
H A Dsch_prio.c408 .unbind_tcf = prio_unbind,
H A Dsch_dsmark.c488 .unbind_tcf = dsmark_unbind_filter,
H A Dsch_drr.c471 .unbind_tcf = drr_unbind_tcf,
H A Dsch_atm.c675 .unbind_tcf = atm_tc_put,
H A Dsch_sfb.c697 .unbind_tcf = sfb_unbind,
H A Dsch_fq_codel.c694 .unbind_tcf = fq_codel_unbind,
H A Dsch_ets.c805 .unbind_tcf = ets_qdisc_unbind_tcf,
H A Dsch_sfq.c909 .unbind_tcf = sfq_unbind,
H A Dsch_qfq.c1487 .unbind_tcf = qfq_unbind_tcf,
H A Dsch_htb.c1567 .unbind_tcf = htb_unbind_filter,
H A Dsch_hfsc.c1652 .unbind_tcf = hfsc_unbind_tcf,
H A Dsch_cbq.c1784 .unbind_tcf = cbq_unbind_filter,
H A Dsch_api.c157 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
H A Dsch_cake.c3090 .unbind_tcf = cake_unbind,
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h171 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_bind_filter()
195 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_unbind_filter()
H A Dsch_generic.h256 void (*unbind_tcf)(struct Qdisc *, unsigned long); member