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()
1101 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1159 qdisc_class_hash_destroy(&q->clhash); in htb_init()
1162 q->clhash.hash = NULL; in htb_init()
1163 q->clhash.hashsize = 0; in htb_init()
1316 for (i = 0; i < q->clhash.hashsize; i++) { in htb_offload_aggregate_stats()
1317 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) { in htb_offload_aggregate_stats()
1643 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1644 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy()
1653 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1654 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
1673 qdisc_class_hash_remove(&q->clhash, in htb_destroy()
1685 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
1751 qdisc_class_hash_remove(&q->clhash, &cl->common); in htb_delete()
1976 qdisc_class_hash_insert(&q->clhash, &cl->common); in htb_change_class()
2052 qdisc_class_hash_grow(sch, &q->clhash); in htb_change_class()
2111 for (i = 0; i < q->clhash.hashsize; i++) { in htb_walk()
2112 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()