Searched refs:unbind_tcf (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/include/net/ |
D | pkt_cls.h | 47 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_bind_filter() 56 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl); in tcf_unbind_filter()
|
D | sch_generic.h | 173 void (*unbind_tcf)(struct Qdisc *, unsigned long); member
|
/linux-4.4.14/net/sched/ |
D | sch_ingress.c | 89 .unbind_tcf = ingress_put,
|
D | sch_multiq.c | 405 .unbind_tcf = multiq_put,
|
D | sch_prio.c | 368 .unbind_tcf = prio_put,
|
D | sch_dsmark.c | 480 .unbind_tcf = dsmark_put,
|
D | sch_drr.c | 491 .unbind_tcf = drr_unbind_tcf,
|
D | sch_atm.c | 662 .unbind_tcf = atm_tc_put,
|
D | sch_fq_codel.c | 626 .unbind_tcf = fq_codel_put,
|
D | sch_sfb.c | 680 .unbind_tcf = sfb_put,
|
D | sch_sfq.c | 886 .unbind_tcf = sfq_put,
|
D | sch_qfq.c | 1547 .unbind_tcf = qfq_unbind_tcf,
|
D | sch_htb.c | 1595 .unbind_tcf = htb_unbind_filter,
|
D | sch_hfsc.c | 1714 .unbind_tcf = hfsc_unbind_tcf,
|
D | sch_api.c | 167 if (cops->tcf_chain && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
|
D | sch_cbq.c | 2025 .unbind_tcf = cbq_unbind_filter,
|