Lines Matching refs:clhash
151 struct Qdisc_class_hash clhash; member
192 clc = qdisc_class_find(&q->clhash, handle); in htb_find()
997 for (i = 0; i < q->clhash.hashsize; i++) { in htb_reset()
998 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1105 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1163 qdisc_class_hash_destroy(&q->clhash); in htb_init()
1166 q->clhash.hash = NULL; in htb_init()
1167 q->clhash.hashsize = 0; in htb_init()
1321 for (i = 0; i < q->clhash.hashsize; i++) { in htb_offload_aggregate_stats()
1322 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) { in htb_offload_aggregate_stats()
1650 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1651 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy()
1660 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1661 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
1680 qdisc_class_hash_remove(&q->clhash, in htb_destroy()
1692 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
1758 qdisc_class_hash_remove(&q->clhash, &cl->common); in htb_delete()
1987 qdisc_class_hash_insert(&q->clhash, &cl->common); in htb_change_class()
2063 qdisc_class_hash_grow(sch, &q->clhash); in htb_change_class()
2122 for (i = 0; i < q->clhash.hashsize; i++) { in htb_walk()
2123 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()