Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dsch_generic.h354 struct Qdisc_class_hash { struct
369 qdisc_class_find(const struct Qdisc_class_hash *hash, u32 id) in qdisc_class_find() argument
382 int qdisc_class_hash_init(struct Qdisc_class_hash *);
383 void qdisc_class_hash_insert(struct Qdisc_class_hash *,
385 void qdisc_class_hash_remove(struct Qdisc_class_hash *,
387 void qdisc_class_hash_grow(struct Qdisc *, struct Qdisc_class_hash *);
388 void qdisc_class_hash_destroy(struct Qdisc_class_hash *);
/linux-4.4.14/net/sched/
Dsch_api.c651 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow()
687 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init()
701 void qdisc_class_hash_destroy(struct Qdisc_class_hash *clhash) in qdisc_class_hash_destroy()
707 void qdisc_class_hash_insert(struct Qdisc_class_hash *clhash, in qdisc_class_hash_insert()
719 void qdisc_class_hash_remove(struct Qdisc_class_hash *clhash, in qdisc_class_hash_remove()
Dsch_drr.c39 struct Qdisc_class_hash clhash;
Dsch_qfq.c185 struct Qdisc_class_hash clhash;
Dsch_htb.c151 struct Qdisc_class_hash clhash;
Dsch_hfsc.c178 struct Qdisc_class_hash clhash; /* class hash */
Dsch_cbq.c145 struct Qdisc_class_hash clhash; /* Hash table of all classes */