Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_drr.c192 qdisc_class_get(&cl->common); in drr_bind_tcf()
H A Dsch_qfq.c584 qdisc_class_get(&cl->common); in qfq_bind_tcf()
H A Dsch_hfsc.c1242 qdisc_class_get(&cl->cl_common); in hfsc_bind_tcf()
H A Dsch_htb.c2095 qdisc_class_get(&cl->common); in htb_bind_filter()
/openbmc/linux/include/net/
H A Dsch_generic.h647 static inline void qdisc_class_get(struct Qdisc_class_common *cl) in qdisc_class_get() function