Searched refs:unbind_tcf (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/net/sched/ |
| D | sch_ingress.c | 123 .unbind_tcf = ingress_unbind_filter, 256 .unbind_tcf = ingress_unbind_filter,
|
| D | sch_multiq.c | 387 .unbind_tcf = multiq_unbind,
|
| D | sch_prio.c | 404 .unbind_tcf = prio_unbind,
|
| D | sch_drr.c | 473 .unbind_tcf = drr_unbind_tcf,
|
| D | sch_dsmark.c | 489 .unbind_tcf = dsmark_unbind_filter,
|
| D | sch_atm.c | 676 .unbind_tcf = atm_tc_put,
|
| D | sch_sfb.c | 695 .unbind_tcf = sfb_unbind,
|
| D | sch_fq_codel.c | 689 .unbind_tcf = fq_codel_unbind,
|
| D | sch_sfq.c | 900 .unbind_tcf = sfq_unbind,
|
| D | sch_qfq.c | 1493 .unbind_tcf = qfq_unbind_tcf,
|
| D | sch_hfsc.c | 1654 .unbind_tcf = hfsc_unbind_tcf,
|
| D | sch_htb.c | 1569 .unbind_tcf = htb_unbind_filter,
|
| D | sch_cbq.c | 1785 .unbind_tcf = cbq_unbind_filter,
|
| D | sch_api.c | 155 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
|
| D | sch_cake.c | 3049 .unbind_tcf = cake_unbind,
|
| /Linux-v5.4/include/net/ |
| D | pkt_cls.h | 169 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_bind_filter() 181 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_unbind_filter()
|
| D | sch_generic.h | 219 void (*unbind_tcf)(struct Qdisc *, unsigned long); member
|