Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_drr.c201 qdisc_class_put(&cl->common); in drr_unbind_tcf()
H A Dsch_qfq.c593 qdisc_class_put(&cl->common); in qfq_unbind_tcf()
H A Dsch_hfsc.c1253 qdisc_class_put(&cl->cl_common); in hfsc_unbind_tcf()
H A Dsch_htb.c2103 qdisc_class_put(&cl->common); in htb_unbind_filter()
/openbmc/linux/include/net/
H A Dsch_generic.h657 static inline void qdisc_class_put(struct Qdisc_class_common *cl) in qdisc_class_put() function