Lines Matching refs:clhash
149 struct Qdisc_class_hash clhash;
185 clc = qdisc_class_find(&q->clhash, handle);
958 for (i = 0; i < q->clhash.hashsize; i++) {
959 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1026 err = qdisc_class_hash_init(&q->clhash);
1235 for (i = 0; i < q->clhash.hashsize; i++) {
1236 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1241 for (i = 0; i < q->clhash.hashsize; i++) {
1242 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i],
1246 qdisc_class_hash_destroy(&q->clhash);
1277 qdisc_class_hash_remove(&q->clhash, &cl->common);
1433 qdisc_class_hash_insert(&q->clhash, &cl->common);
1491 qdisc_class_hash_grow(sch, &q->clhash);
1545 for (i = 0; i < q->clhash.hashsize; i++) {
1546 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {