Lines Matching refs:clhash
151 struct Qdisc_class_hash clhash; member
186 clc = qdisc_class_find(&q->clhash, handle); in htb_find()
979 for (i = 0; i < q->clhash.hashsize; i++) { in htb_reset()
980 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1042 err = qdisc_class_hash_init(&q->clhash); in htb_init()
1254 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1255 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) in htb_destroy()
1258 for (i = 0; i < q->clhash.hashsize; i++) { in htb_destroy()
1259 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
1263 qdisc_class_hash_destroy(&q->clhash); in htb_destroy()
1298 qdisc_class_hash_remove(&q->clhash, &cl->common); in htb_delete()
1460 qdisc_class_hash_insert(&q->clhash, &cl->common); in htb_change_class()
1514 qdisc_class_hash_grow(sch, &q->clhash); in htb_change_class()
1569 for (i = 0; i < q->clhash.hashsize; i++) { in htb_walk()
1570 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()