Lines Matching refs:clhash
151 struct Qdisc_class_hash clhash; member
186 clc = qdisc_class_find(&q->clhash, handle); in htb_find()
976 for (i = 0; i < q->clhash.hashsize; i++) { in htb_reset()
977 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1039 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1260 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1261 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) in htb_destroy()
1264 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1265 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
1269 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
1303 qdisc_class_hash_remove(&q->clhash, &cl->common); in htb_delete()
1464 qdisc_class_hash_insert(&q->clhash, &cl->common); in htb_change_class()
1518 qdisc_class_hash_grow(sch, &q->clhash); in htb_change_class()
1573 for (i = 0; i < q->clhash.hashsize; i++) { in htb_walk()
1574 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()