Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_ingress.c156 .unbind_tcf = ingress_unbind_filter,
331 .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_ets.c803 .unbind_tcf = ets_qdisc_unbind_tcf,
H A Dsch_hfsc.c1660 .unbind_tcf = hfsc_unbind_tcf,
H A Dsch_api.c158 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
H A Dsch_cake.c3100 .unbind_tcf = cake_unbind,
/linux/include/net/
H A Dsch_generic.h271 void (*unbind_tcf)(struct Qdisc *, unsigned long); member