Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h632 struct Qdisc_class_hash { struct
647 qdisc_class_find(const struct Qdisc_class_hash *hash, u32 id) in qdisc_class_find() argument
670 int qdisc_class_hash_init(struct Qdisc_class_hash *);
671 void qdisc_class_hash_insert(struct Qdisc_class_hash *,
673 void qdisc_class_hash_remove(struct Qdisc_class_hash *,
675 void qdisc_class_hash_grow(struct Qdisc *, struct Qdisc_class_hash *);
676 void qdisc_class_hash_destroy(struct Qdisc_class_hash *);
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_api.c674 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow()
710 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init()
724 void qdisc_class_hash_destroy(struct Qdisc_class_hash *clhash) in qdisc_class_hash_destroy()
730 void qdisc_class_hash_insert(struct Qdisc_class_hash *clhash, in qdisc_class_hash_insert()
742 void qdisc_class_hash_remove(struct Qdisc_class_hash *clhash, in qdisc_class_hash_remove()
H A Dsch_drr.c36 struct Qdisc_class_hash clhash;
H A Dsch_qfq.c182 struct Qdisc_class_hash clhash;
H A Dsch_htb.c149 struct Qdisc_class_hash clhash;
H A Dsch_hfsc.c172 struct Qdisc_class_hash clhash; /* class hash */
H A Dsch_cbq.c133 struct Qdisc_class_hash clhash; /* Hash table of all classes */