Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dsch_generic.h598 struct Qdisc_class_hash { struct
613 qdisc_class_find(const struct Qdisc_class_hash *hash, u32 id) in qdisc_class_find() argument
636 int qdisc_class_hash_init(struct Qdisc_class_hash *);
637 void qdisc_class_hash_insert(struct Qdisc_class_hash *,
639 void qdisc_class_hash_remove(struct Qdisc_class_hash *,
641 void qdisc_class_hash_grow(struct Qdisc *, struct Qdisc_class_hash *);
642 void qdisc_class_hash_destroy(struct Qdisc_class_hash *);
/linux-6.3-rc2/net/sched/
A Dsch_api.c677 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow()
713 int qdisc_class_hash_init(struct Qdisc_class_hash *clhash) in qdisc_class_hash_init()
727 void qdisc_class_hash_destroy(struct Qdisc_class_hash *clhash) in qdisc_class_hash_destroy()
733 void qdisc_class_hash_insert(struct Qdisc_class_hash *clhash, in qdisc_class_hash_insert()
745 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_htb.c151 struct Qdisc_class_hash clhash;

Completed in 21 milliseconds