Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dsch_generic.h610 struct Qdisc_class_hash { struct
625 qdisc_class_find(const struct Qdisc_class_hash *hash, u32 id) in qdisc_class_find() argument
673 int qdisc_class_hash_init(struct Qdisc_class_hash *);
674 void qdisc_class_hash_insert(struct Qdisc_class_hash *,
676 void qdisc_class_hash_remove(struct Qdisc_class_hash *,
678 void qdisc_class_hash_grow(struct Qdisc *, struct Qdisc_class_hash *);
679 void qdisc_class_hash_destroy(struct Qdisc_class_hash *);
/linux-6.6.21/net/sched/
Dsch_api.c685 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow()
721 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init()
735 void qdisc_class_hash_destroy(struct Qdisc_class_hash *clhash) in qdisc_class_hash_destroy()
741 void qdisc_class_hash_insert(struct Qdisc_class_hash *clhash, in qdisc_class_hash_insert()
753 void qdisc_class_hash_remove(struct Qdisc_class_hash *clhash, in qdisc_class_hash_remove()
Dsch_drr.c35 struct Qdisc_class_hash clhash;
Dsch_qfq.c181 struct Qdisc_class_hash clhash;
Dsch_hfsc.c171 struct Qdisc_class_hash clhash; /* class hash */
Dsch_htb.c150 struct Qdisc_class_hash clhash;