Lines Matching refs:clhash
182 struct Qdisc_class_hash clhash; member
211 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class()
507 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class()
510 qdisc_class_hash_grow(sch, &q->clhash); in qfq_change_class()
543 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class()
660 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_walk()
661 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1420 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
1453 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_reset_qdisc()
1454 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
1474 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_destroy_qdisc()
1475 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in qfq_destroy_qdisc()
1480 qdisc_class_hash_destroy(&q->clhash); in qfq_destroy_qdisc()