Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_drr.c158 if (qdisc_class_in_use(&cl->common)) { in drr_delete_class()
H A Dsch_qfq.c552 if (qdisc_class_in_use(&cl->common)) { in qfq_delete_class()
H A Dsch_hfsc.c1109 if (cl->level > 0 || qdisc_class_in_use(&cl->cl_common) || in hfsc_delete_class()
H A Dsch_htb.c1705 if (cl->children || qdisc_class_in_use(&cl->common)) { in htb_delete()
/linux/include/net/
H A Dsch_generic.h664 static inline bool qdisc_class_in_use(const struct Qdisc_class_common *cl) in qdisc_class_in_use() function