Lines Matching refs:clhash
171 struct Qdisc_class_hash clhash; /* class hash */
868 clc = qdisc_class_find(&q->clhash, classid);
1078 qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
1085 qdisc_class_hash_grow(sch, &q->clhash);
1122 qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
1365 for (i = 0; i < q->clhash.hashsize; i++) {
1366 hlist_for_each_entry(cl, &q->clhash.hash[i],
1407 err = qdisc_class_hash_init(&q->clhash);
1429 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common);
1430 qdisc_class_hash_grow(sch, &q->clhash);
1490 for (i = 0; i < q->clhash.hashsize; i++) {
1491 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode)
1506 for (i = 0; i < q->clhash.hashsize; i++) {
1507 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) {
1512 for (i = 0; i < q->clhash.hashsize; i++) {
1513 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i],
1517 qdisc_class_hash_destroy(&q->clhash);