Home
last modified time | relevance | path

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

/linux/include/net/
A Dsch_generic.h639 struct Qdisc_class_hash { struct
654 qdisc_class_find(const struct Qdisc_class_hash *hash, u32 id) in qdisc_class_find() argument
677 int qdisc_class_hash_init(struct Qdisc_class_hash *);
678 void qdisc_class_hash_insert(struct Qdisc_class_hash *,
680 void qdisc_class_hash_remove(struct Qdisc_class_hash *,
682 void qdisc_class_hash_grow(struct Qdisc *, struct Qdisc_class_hash *);
683 void qdisc_class_hash_destroy(struct Qdisc_class_hash *);
/linux/net/sched/
A Dsch_api.c675 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow()
711 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init()
725 void qdisc_class_hash_destroy(struct Qdisc_class_hash *clhash) in qdisc_class_hash_destroy()
731 void qdisc_class_hash_insert(struct Qdisc_class_hash *clhash, in qdisc_class_hash_insert()
743 void qdisc_class_hash_remove(struct Qdisc_class_hash *clhash, in qdisc_class_hash_remove()
A Dsch_drr.c36 struct Qdisc_class_hash clhash;
A Dsch_qfq.c182 struct Qdisc_class_hash clhash;
A Dsch_hfsc.c172 struct Qdisc_class_hash clhash; /* class hash */
A Dsch_cbq.c133 struct Qdisc_class_hash clhash; /* Hash table of all classes */
A Dsch_htb.c151 struct Qdisc_class_hash clhash;

Completed in 25 milliseconds