Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dsch_atm.c155 tcf_block_put(flow->block); in atm_tc_put()
585 tcf_block_put(flow->block); in atm_tc_destroy()
Dsch_cbq.c1143 tcf_block_put(q->link.block); in cbq_init()
1356 tcf_block_put(cl->block); in cbq_destroy_class()
1381 tcf_block_put(cl->block); in cbq_destroy()
1543 tcf_block_put(cl->block); in cbq_change_class()
Dsch_multiq.c164 tcf_block_put(q->block); in multiq_destroy()
Dsch_hfsc.c1038 tcf_block_put(cl->block); in hfsc_change_class()
1083 tcf_block_put(cl->block); in hfsc_destroy_class()
1492 tcf_block_put(cl->block); in hfsc_destroy_qdisc()
Dsch_prio.c170 tcf_block_put(q->block); in prio_destroy()
Dsch_htb.c1606 tcf_block_put(cl->block); in htb_destroy_class()
1627 tcf_block_put(q->block); in htb_destroy()
1631 tcf_block_put(cl->block); in htb_destroy()
2069 tcf_block_put(cl->block); in htb_change_class()
Dsch_drr.c446 tcf_block_put(q->block); in drr_destroy_qdisc()
Dsch_dsmark.c416 tcf_block_put(p->block); in dsmark_destroy()
Dsch_fq_pie.c527 tcf_block_put(q->block); in fq_pie_destroy()
Dsch_sfb.c470 tcf_block_put(q->block); in sfb_destroy()
Dsch_fq_codel.c454 tcf_block_put(q->block); in fq_codel_destroy()
Dsch_ets.c726 tcf_block_put(q->block); in ets_qdisc_destroy()
Dsch_sfq.c723 tcf_block_put(q->block); in sfq_destroy()
Dsch_qfq.c1463 tcf_block_put(q->block); in qfq_destroy_qdisc()
Dcls_api.c1406 void tcf_block_put(struct tcf_block *block) in tcf_block_put() function
1415 EXPORT_SYMBOL(tcf_block_put);
Dsch_cake.c2696 tcf_block_put(q->block); in cake_destroy()
/Linux-v6.1/include/net/
Dpkt_cls.h59 void tcf_block_put(struct tcf_block *block);
124 static inline void tcf_block_put(struct tcf_block *block) in tcf_block_put() function