Lines Matching refs:clhash
133 struct Qdisc_class_hash clhash; /* Hash table of all classes */
170 clc = qdisc_class_find(&q->clhash, classid);
892 for (h = 0; h < q->clhash.hashsize; h++) {
893 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) {
932 for (h = 0; h < q->clhash.hashsize; h++) {
935 hlist_for_each_entry(c, &q->clhash.hash[h],
983 qdisc_class_hash_remove(&q->clhash, &this->common);
1012 qdisc_class_hash_insert(&q->clhash, &this->common);
1045 for (h = 0; h < q->clhash.hashsize; h++) {
1046 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) {
1187 err = qdisc_class_hash_init(&q->clhash);
1461 for (h = 0; h < q->clhash.hashsize; h++) {
1462 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) {
1467 for (h = 0; h < q->clhash.hashsize; h++) {
1468 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[h],
1472 qdisc_class_hash_destroy(&q->clhash);
1667 qdisc_class_hash_grow(sch, &q->clhash);
1759 for (h = 0; h < q->clhash.hashsize; h++) {
1760 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) {