Searched refs:unbind_tcf (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_ingress.c | 156 .unbind_tcf = ingress_unbind_filter, 330 .unbind_tcf = ingress_unbind_filter,
|
H A D | sch_multiq.c | 378 .unbind_tcf = multiq_unbind,
|
H A D | sch_prio.c | 401 .unbind_tcf = prio_unbind,
|
H A D | sch_drr.c | 463 .unbind_tcf = drr_unbind_tcf,
|
H A D | sch_sfb.c | 693 .unbind_tcf = sfb_unbind,
|
H A D | sch_fq_codel.c | 699 .unbind_tcf = fq_codel_unbind,
|
H A D | sch_ets.c | 800 .unbind_tcf = ets_qdisc_unbind_tcf,
|
H A D | sch_sfq.c | 904 .unbind_tcf = sfq_unbind,
|
H A D | sch_qfq.c | 1503 .unbind_tcf = qfq_unbind_tcf,
|
H A D | sch_hfsc.c | 1661 .unbind_tcf = hfsc_unbind_tcf,
|
H A D | sch_htb.c | 2134 .unbind_tcf = htb_unbind_filter,
|
H A D | sch_api.c | 158 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
|
H A D | sch_cake.c | 3098 .unbind_tcf = cake_unbind,
|
/openbmc/linux/include/net/ |
H A D | pkt_cls.h | 165 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 D | sch_generic.h | 274 void (*unbind_tcf)(struct Qdisc *, unsigned long); member
|