Home
last modified time | relevance | path

Searched refs:tcf_block_put (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_htb.c1212 tcf_block_put(cl->block); in htb_destroy_class()
1230 tcf_block_put(q->block); in htb_destroy()
1234 tcf_block_put(cl->block); in htb_destroy()
1381 tcf_block_put(cl->block); in htb_change_class()
H A Dsch_atm.c155 tcf_block_put(flow->block); in atm_tc_put()
587 tcf_block_put(flow->block); in atm_tc_destroy()
H A Dsch_cbq.c1224 tcf_block_put(q->link.block); in cbq_init()
1438 tcf_block_put(cl->block); in cbq_destroy_class()
1463 tcf_block_put(cl->block); in cbq_destroy()
1626 tcf_block_put(cl->block); in cbq_change_class()
H A Dsch_hfsc.c1040 tcf_block_put(cl->block); in hfsc_change_class()
1085 tcf_block_put(cl->block); in hfsc_destroy_class()
1499 tcf_block_put(cl->block); in hfsc_destroy_qdisc()
H A Dsch_multiq.c164 tcf_block_put(q->block); in multiq_destroy()
H A Dsch_prio.c170 tcf_block_put(q->block); in prio_destroy()
H A Dsch_dsmark.c419 tcf_block_put(p->block); in dsmark_destroy()
H A Dsch_drr.c455 tcf_block_put(q->block); in drr_destroy_qdisc()
H A Dsch_fq_pie.c530 tcf_block_put(q->block); in fq_pie_destroy()
H A Dsch_sfb.c470 tcf_block_put(q->block); in sfb_destroy()
H A Dsch_fq_codel.c450 tcf_block_put(q->block); in fq_codel_destroy()
H A Dsch_ets.c733 tcf_block_put(q->block); in ets_qdisc_destroy()
H A Dsch_sfq.c723 tcf_block_put(q->block); in sfq_destroy()
H A Dsch_qfq.c1470 tcf_block_put(q->block); in qfq_destroy_qdisc()
H A Dcls_api.c1389 void tcf_block_put(struct tcf_block *block) in tcf_block_put() function
1398 EXPORT_SYMBOL(tcf_block_put);
H A Dsch_cake.c2699 tcf_block_put(q->block); in cake_destroy()
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h59 void tcf_block_put(struct tcf_block *block);
113 static inline void tcf_block_put(struct tcf_block *block) in tcf_block_put() function