Lines Matching refs:clhash
36 struct Qdisc_class_hash clhash; member
44 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()
159 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class()
285 for (i = 0; i < q->clhash.hashsize; i++) { in drr_walk()
286 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
424 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
437 for (i = 0; i < q->clhash.hashsize; i++) { in drr_reset_qdisc()
438 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
457 for (i = 0; i < q->clhash.hashsize; i++) { in drr_destroy_qdisc()
458 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in drr_destroy_qdisc()
462 qdisc_class_hash_destroy(&q->clhash); in drr_destroy_qdisc()