Lines Matching refs:clhash
172 struct Qdisc_class_hash clhash; /* class hash */
869 clc = qdisc_class_find(&q->clhash, classid);
1081 qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
1088 qdisc_class_hash_grow(sch, &q->clhash);
1121 qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
1364 for (i = 0; i < q->clhash.hashsize; i++) {
1365 hlist_for_each_entry(cl, &q->clhash.hash[i],
1413 err = qdisc_class_hash_init(&q->clhash);
1434 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common);
1435 qdisc_class_hash_grow(sch, &q->clhash);
1495 for (i = 0; i < q->clhash.hashsize; i++) {
1496 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode)
1511 for (i = 0; i < q->clhash.hashsize; i++) {
1512 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) {
1517 for (i = 0; i < q->clhash.hashsize; i++) {
1518 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i],
1522 qdisc_class_hash_destroy(&q->clhash);