Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_drr.c422 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
H A Dsch_api.c716 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init() function
728 EXPORT_SYMBOL(qdisc_class_hash_init);
H A Dsch_qfq.c1449 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
H A Dsch_htb.c1105 err = qdisc_class_hash_init(&q->clhash); in htb_init()
/linux/include/net/
H A Dsch_generic.h676 int qdisc_class_hash_init(struct Qdisc_class_hash *);