Lines Matching refs:clhash
149 struct Qdisc_class_hash clhash; member
185 clc = qdisc_class_find(&q->clhash, handle); in htb_find()
955 for (i = 0; i < q->clhash.hashsize; i++) { in htb_reset()
956 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1023 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1232 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1233 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy()
1238 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1239 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
1243 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
1274 qdisc_class_hash_remove(&q->clhash, &cl->common); in htb_delete()
1430 qdisc_class_hash_insert(&q->clhash, &cl->common); in htb_change_class()
1488 qdisc_class_hash_grow(sch, &q->clhash); in htb_change_class()
1542 for (i = 0; i < q->clhash.hashsize; i++) { in htb_walk()
1543 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()