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()
1067 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1074 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_change_class()
1107 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1350 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_walk()
1351 hlist_for_each_entry(cl, &q->clhash.hash[i], in hfsc_walk()
1399 err = qdisc_class_hash_init(&q->clhash); in hfsc_init_qdisc()
1420 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1421 qdisc_class_hash_grow(sch, &q->clhash); in hfsc_init_qdisc()
1481 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_reset_qdisc()
1482 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1497 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1498 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc()
1503 for (i = 0; i < q->clhash.hashsize; i++) { in hfsc_destroy_qdisc()
1504 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in hfsc_destroy_qdisc()
1508 qdisc_class_hash_destroy(&q->clhash); in hfsc_destroy_qdisc()