Lines Matching refs:clhash
39 struct Qdisc_class_hash clhash; member
47 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class()
132 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class()
135 qdisc_class_hash_grow(sch, &q->clhash); in drr_change_class()
159 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class()
299 for (i = 0; i < q->clhash.hashsize; i++) { in drr_walk()
300 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
444 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
457 for (i = 0; i < q->clhash.hashsize; i++) { in drr_reset_qdisc()
458 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
476 for (i = 0; i < q->clhash.hashsize; i++) { in drr_destroy_qdisc()
477 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in drr_destroy_qdisc()
481 qdisc_class_hash_destroy(&q->clhash); in drr_destroy_qdisc()