Searched refs:unbind_tcf (Results 1 – 15 of 15) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_ingress.c | 157 .unbind_tcf = ingress_unbind_filter, 333 .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 | 467 .unbind_tcf = drr_unbind_tcf,
|
| H A D | sch_fq_codel.c | 714 .unbind_tcf = fq_codel_unbind,
|
| H A D | sch_ets.c | 815 .unbind_tcf = ets_qdisc_unbind_tcf,
|
| H A D | sch_sfq.c | 947 .unbind_tcf = sfq_unbind,
|
| H A D | sch_dualpi2.c | 1136 .unbind_tcf = dualpi2_unbind,
|
| H A D | sch_qfq.c | 1519 .unbind_tcf = qfq_unbind_tcf,
|
| H A D | sch_hfsc.c | 1666 .unbind_tcf = hfsc_unbind_tcf,
|
| H A D | sch_htb.c | 2134 .unbind_tcf = htb_unbind_filter,
|
| H A D | sch_api.c | 160 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
|
| H A D | sch_cake.c | 3217 .unbind_tcf = cake_unbind,
|
| /linux/include/net/ |
| H A D | pkt_cls.h | 176 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 D | sch_generic.h | 288 void (*unbind_tcf)(struct Qdisc *, unsigned long); member
|