Searched refs:hash_seed (Results 1 – 3 of 3) sorted by relevance
29 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()35 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
59 u32 hash_seed; member
171 get_random_bytes(&ti->hash_seed, sizeof(u32)); in table_instance_alloc()556 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()