Lines Matching refs:clhash
150 struct Qdisc_class_hash clhash;
191 clc = qdisc_class_find(&q->clhash, handle);
1003 for (i = 0; i < q->clhash.hashsize; i++) {
1004 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1109 err = qdisc_class_hash_init(&q->clhash);
1306 for (i = 0; i < q->clhash.hashsize; i++) {
1307 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) {
1640 for (i = 0; i < q->clhash.hashsize; i++) {
1641 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1650 for (i = 0; i < q->clhash.hashsize; i++) {
1651 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i],
1670 qdisc_class_hash_remove(&q->clhash,
1682 qdisc_class_hash_destroy(&q->clhash);
1749 qdisc_class_hash_remove(&q->clhash, &cl->common);
1994 qdisc_class_hash_insert(&q->clhash, &cl->common);
2073 qdisc_class_hash_grow(sch, &q->clhash);
2131 for (i = 0; i < q->clhash.hashsize; i++) {
2132 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {