Lines Matching refs:clhash
185 struct Qdisc_class_hash clhash; member
214 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class()
501 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class()
504 qdisc_class_hash_grow(sch, &q->clhash); in qfq_change_class()
555 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class()
674 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_walk()
675 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1431 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
1466 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_reset_qdisc()
1467 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
1487 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_destroy_qdisc()
1488 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in qfq_destroy_qdisc()
1493 qdisc_class_hash_destroy(&q->clhash); in qfq_destroy_qdisc()