Home
last modified time | relevance | path

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

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