CHASH_ITER_INIT
struct chash_iter iter = CHASH_ITER_INIT(table, 0);
struct chash_iter iter = CHASH_ITER_INIT(table, 0);
struct chash_iter cur = CHASH_ITER_INIT(table, 0);
struct chash_iter first_redundant = CHASH_ITER_INIT(iter->table, -1);
CHASH_ITER_INIT(iter->table, cur_hash);
struct chash_iter iter = CHASH_ITER_INIT(table, hash);
struct chash_iter iter = CHASH_ITER_INIT(table, hash);
struct chash_iter iter = CHASH_ITER_INIT(table, 0);