Lines Matching refs:clhash
172 struct Qdisc_class_hash clhash; /* class hash */ member
869 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class()
1065 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1072 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_change_class()
1106 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1349 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_walk()
1350 hlist_for_each_entry(cl, &q->clhash.hash[i], in hfsc_walk()
1391 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
1413 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1414 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_init_qdisc()
1474 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_reset_qdisc()
1475 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1490 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1491 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc()
1496 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1497 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in hfsc_destroy_qdisc()
1501 qdisc_class_hash_destroy(&q->clhash); in hfsc_destroy_qdisc()