Home
last modified time | relevance | path

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

/linux-6.15/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.c467 .unbind_tcf = drr_unbind_tcf,
H A Dsch_sfb.c695 .unbind_tcf = sfb_unbind,
H A Dsch_fq_codel.c711 .unbind_tcf = fq_codel_unbind,
H A Dsch_ets.c806 .unbind_tcf = ets_qdisc_unbind_tcf,
H A Dsch_sfq.c938 .unbind_tcf = sfq_unbind,
H A Dsch_qfq.c1506 .unbind_tcf = qfq_unbind_tcf,
H A Dsch_hfsc.c1675 .unbind_tcf = hfsc_unbind_tcf,
H A Dsch_htb.c2133 .unbind_tcf = htb_unbind_filter,
H A Dsch_api.c159 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
H A Dsch_cake.c3100 .unbind_tcf = cake_unbind,
/linux-6.15/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.h271 void (*unbind_tcf)(struct Qdisc *, unsigned long); member