Lines Matching refs:clhash
36 struct Qdisc_class_hash clhash;
44 clc = qdisc_class_find(&q->clhash, classid);
133 qdisc_class_hash_insert(&q->clhash, &cl->common);
136 qdisc_class_hash_grow(sch, &q->clhash);
160 qdisc_class_hash_remove(&q->clhash, &cl->common);
287 for (i = 0; i < q->clhash.hashsize; i++) {
288 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
426 err = qdisc_class_hash_init(&q->clhash);
439 for (i = 0; i < q->clhash.hashsize; i++) {
440 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
457 for (i = 0; i < q->clhash.hashsize; i++) {
458 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i],
462 qdisc_class_hash_destroy(&q->clhash);