Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_ingress.c157 .unbind_tcf = ingress_unbind_filter,
333 .unbind_tcf = ingress_unbind_filter,
H A Dsch_multiq.c378 .unbind_tcf = multiq_unbind,
H A Dsch_prio.c401 .unbind_tcf = prio_unbind,
H A Dsch_drr.c467 .unbind_tcf = drr_unbind_tcf,
H A Dsch_fq_codel.c714 .unbind_tcf = fq_codel_unbind,
H A Dsch_ets.c815 .unbind_tcf = ets_qdisc_unbind_tcf,
H A Dsch_sfq.c947 .unbind_tcf = sfq_unbind,
H A Dsch_dualpi2.c1136 .unbind_tcf = dualpi2_unbind,
H A Dsch_qfq.c1519 .unbind_tcf = qfq_unbind_tcf,
H A Dsch_hfsc.c1666 .unbind_tcf = hfsc_unbind_tcf,
H A Dsch_htb.c2134 .unbind_tcf = htb_unbind_filter,
H A Dsch_api.c160 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
H A Dsch_cake.c3217 .unbind_tcf = cake_unbind,
/linux/include/net/
H A Dpkt_cls.h176 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.h288 void (*unbind_tcf)(struct Qdisc *, unsigned long); member