Lines Matching refs:clhash
153 struct Qdisc_class_hash clhash; member
188 clc = qdisc_class_find(&q->clhash, handle); in htb_find()
972 for (i = 0; i < q->clhash.hashsize; i++) { in htb_reset()
973 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1041 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1250 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1251 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy()
1256 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1257 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
1261 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
1297 qdisc_class_hash_remove(&q->clhash, &cl->common); in htb_delete()
1455 qdisc_class_hash_insert(&q->clhash, &cl->common); in htb_change_class()
1512 qdisc_class_hash_grow(sch, &q->clhash); in htb_change_class()
1566 for (i = 0; i < q->clhash.hashsize; i++) { in htb_walk()
1567 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()