Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_drr.c426 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
H A Dsch_api.c710 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init() function
722 EXPORT_SYMBOL(qdisc_class_hash_init);
H A Dsch_qfq.c1420 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
H A Dsch_htb.c1023 err = qdisc_class_hash_init(&q->clhash); in htb_init()
H A Dsch_hfsc.c1399 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
H A Dsch_cbq.c1187 err = qdisc_class_hash_init(&q->clhash); in cbq_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h670 int qdisc_class_hash_init(struct Qdisc_class_hash *);