Lines Matching refs:clhash
36 struct Qdisc_class_hash clhash; member
44 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class()
133 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class()
136 qdisc_class_hash_grow(sch, &q->clhash); in drr_change_class()
160 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class()
287 for (i = 0; i < q->clhash.hashsize; i++) { in drr_walk()
288 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
426 err = qdisc_class_hash_init(&q->clhash); in drr_init_qdisc()
439 for (i = 0; i < q->clhash.hashsize; i++) { in drr_reset_qdisc()
440 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()