Searched refs:unbind_tcf (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/sched/ |
D | sch_ingress.c | 126 .unbind_tcf = ingress_unbind_filter, 258 .unbind_tcf = ingress_unbind_filter,
|
D | sch_multiq.c | 391 .unbind_tcf = multiq_unbind,
|
D | sch_prio.c | 444 .unbind_tcf = prio_unbind,
|
D | sch_drr.c | 480 .unbind_tcf = drr_unbind_tcf,
|
D | sch_dsmark.c | 483 .unbind_tcf = dsmark_unbind_filter,
|
D | sch_sfb.c | 697 .unbind_tcf = sfb_unbind,
|
D | sch_atm.c | 674 .unbind_tcf = atm_tc_put,
|
D | sch_fq_codel.c | 703 .unbind_tcf = fq_codel_unbind,
|
D | sch_sfq.c | 904 .unbind_tcf = sfq_unbind,
|
D | sch_qfq.c | 1502 .unbind_tcf = qfq_unbind_tcf,
|
D | sch_hfsc.c | 1661 .unbind_tcf = hfsc_unbind_tcf,
|
D | sch_htb.c | 1591 .unbind_tcf = htb_unbind_filter,
|
D | sch_cbq.c | 1775 .unbind_tcf = cbq_unbind_filter,
|
D | sch_api.c | 160 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
|
D | sch_cake.c | 2998 .unbind_tcf = cake_unbind,
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 234 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_bind_filter() 246 q->ops->cl_ops->unbind_tcf(q, cl); in tcf_unbind_filter()
|
D | sch_generic.h | 185 void (*unbind_tcf)(struct Qdisc *, unsigned long); member
|