Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dsch_drr.c465 qdisc_class_hash_destroy(&q->clhash); in drr_destroy_qdisc()
Dsch_htb.c1159 qdisc_class_hash_destroy(&q->clhash); in htb_init()
1685 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
Dsch_api.c724 void qdisc_class_hash_destroy(struct Qdisc_class_hash *clhash) in qdisc_class_hash_destroy() function
728 EXPORT_SYMBOL(qdisc_class_hash_destroy);
Dsch_qfq.c1483 qdisc_class_hash_destroy(&q->clhash); in qfq_destroy_qdisc()
Dsch_hfsc.c1511 qdisc_class_hash_destroy(&q->clhash); in hfsc_destroy_qdisc()
Dsch_cbq.c1473 qdisc_class_hash_destroy(&q->clhash); in cbq_destroy()
/Linux-v5.15/include/net/
Dsch_generic.h684 void qdisc_class_hash_destroy(struct Qdisc_class_hash *);