Home
last modified time | relevance | path

Searched refs:qdisc_class_put (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/sched/
Dsch_drr.c201 qdisc_class_put(&cl->common); in drr_unbind_tcf()
Dsch_qfq.c593 qdisc_class_put(&cl->common); in qfq_unbind_tcf()
Dsch_hfsc.c1253 qdisc_class_put(&cl->cl_common); in hfsc_unbind_tcf()
Dsch_htb.c2119 qdisc_class_put(&cl->common); in htb_unbind_filter()
/Linux-v6.6/include/net/
Dsch_generic.h652 static inline void qdisc_class_put(struct Qdisc_class_common *cl) in qdisc_class_put() function