Lines Matching refs:clhash
185 struct Qdisc_class_hash clhash; member
214 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class()
496 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class()
499 qdisc_class_hash_grow(sch, &q->clhash); in qfq_change_class()
550 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class()
684 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_walk()
685 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1476 err = qdisc_class_hash_init(&q->clhash); in qfq_init_qdisc()
1511 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_reset_qdisc()
1512 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
1531 for (i = 0; i < q->clhash.hashsize; i++) { in qfq_destroy_qdisc()
1532 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in qfq_destroy_qdisc()
1537 qdisc_class_hash_destroy(&q->clhash); in qfq_destroy_qdisc()