Lines Matching refs:clhash
182 struct Qdisc_class_hash clhash; member
211 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class()
506 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class()
509 qdisc_class_hash_grow(sch, &q->clhash); in qfq_change_class()
541 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class()
659 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_walk()
660 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()
1472 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_destroy_qdisc()
1473 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in qfq_destroy_qdisc()
1478 qdisc_class_hash_destroy(&q->clhash); in qfq_destroy_qdisc()