Home
last modified time | relevance | path

Searched refs:qdisc_class_hash_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_drr.c418 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
H A Dsch_api.c720 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init() function
732 EXPORT_SYMBOL(qdisc_class_hash_init);
H A Dsch_qfq.c1436 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
H A Dsch_hfsc.c1407 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
H A Dsch_htb.c1102 err = qdisc_class_hash_init(&q->clhash); in htb_init()
/openbmc/linux/include/net/
H A Dsch_generic.h674 int qdisc_class_hash_init(struct Qdisc_class_hash *);