Home
last modified time | relevance | path

Searched refs:cl_is_active (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/sched/
H A Dsch_drr.c38 static bool cl_is_active(struct drr_class *cl) in cl_is_active() function
363 if (!cl_is_active(cl)) { in drr_enqueue()
H A Dsch_ets.c77 static bool cl_is_active(struct ets_class *cl) in cl_is_active() function
442 if (!cl_is_active(cl) && !ets_class_is_strict(q, cl)) { in ets_qdisc_enqueue()
H A Dsch_qfq.c205 static bool cl_is_active(struct qfq_class *cl) in cl_is_active() function
1260 if (cl_is_active(cl)) { in qfq_enqueue()