Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dsch_drr.c198 qdisc_class_get(&cl->common); in drr_bind_tcf()
H A Dsch_qfq.c587 qdisc_class_get(&cl->common); in qfq_bind_tcf()
H A Dsch_hfsc.c1252 qdisc_class_get(&cl->cl_common); in hfsc_bind_tcf()
H A Dsch_htb.c2094 qdisc_class_get(&cl->common); in htb_bind_filter()
/linux-6.15/include/net/
H A Dsch_generic.h649 static inline void qdisc_class_get(struct Qdisc_class_common *cl) in qdisc_class_get() function