Lines Matching refs:clhash
183 struct Qdisc_class_hash clhash;
212 clc = qdisc_class_find(&q->clhash, classid);
516 qdisc_class_hash_insert(&q->clhash, &cl->common);
519 qdisc_class_hash_grow(sch, &q->clhash);
551 qdisc_class_hash_remove(&q->clhash, &cl->common);
669 for (i = 0; i < q->clhash.hashsize; i++) {
670 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1442 err = qdisc_class_hash_init(&q->clhash);
1475 for (i = 0; i < q->clhash.hashsize; i++) {
1476 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1494 for (i = 0; i < q->clhash.hashsize; i++) {
1495 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i],
1500 qdisc_class_hash_destroy(&q->clhash);