Lines Matching refs:clhash
39 struct Qdisc_class_hash clhash; member
47 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class()
131 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class()
134 qdisc_class_hash_grow(sch, &q->clhash); in drr_change_class()
158 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class()
302 for (i = 0; i < q->clhash.hashsize; i++) { in drr_walk()
303 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
447 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
460 for (i = 0; i < q->clhash.hashsize; i++) { in drr_reset_qdisc()
461 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
479 for (i = 0; i < q->clhash.hashsize; i++) { in drr_destroy_qdisc()
480 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in drr_destroy_qdisc()
484 qdisc_class_hash_destroy(&q->clhash); in drr_destroy_qdisc()