Lines Matching refs:clhash
39 struct Qdisc_class_hash clhash; member
47 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class()
144 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class()
147 qdisc_class_hash_grow(sch, &q->clhash); in drr_change_class()
171 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class()
297 for (i = 0; i < q->clhash.hashsize; i++) { in drr_walk()
298 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
433 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
446 for (i = 0; i < q->clhash.hashsize; i++) { in drr_reset_qdisc()
447 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
466 for (i = 0; i < q->clhash.hashsize; i++) { in drr_destroy_qdisc()
467 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in drr_destroy_qdisc()
471 qdisc_class_hash_destroy(&q->clhash); in drr_destroy_qdisc()