Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_ingress.c156 .unbind_tcf = ingress_unbind_filter,
330 .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.c463 .unbind_tcf = drr_unbind_tcf,
H A Dsch_sfb.c693 .unbind_tcf = sfb_unbind,
H A Dsch_fq_codel.c699 .unbind_tcf = fq_codel_unbind,
H A Dsch_ets.c800 .unbind_tcf = ets_qdisc_unbind_tcf,
H A Dsch_sfq.c904 .unbind_tcf = sfq_unbind,
H A Dsch_qfq.c1503 .unbind_tcf = qfq_unbind_tcf,
H A Dsch_hfsc.c1661 .unbind_tcf = hfsc_unbind_tcf,
H A Dsch_htb.c2134 .unbind_tcf = htb_unbind_filter,
H A Dsch_api.c158 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
H A Dsch_cake.c3098 .unbind_tcf = cake_unbind,
/openbmc/linux/include/net/
H A Dpkt_cls.h165 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_bind_filter()
189 q->ops->cl_ops->unbind_tcf(q, cl); in __tcf_unbind_filter()
H A Dsch_generic.h274 void (*unbind_tcf)(struct Qdisc *, unsigned long); member