Home
last modified time | relevance | path

Searched refs:hash_seed (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/netfilter/
Dxt_cluster.c32 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
38 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_cluster.h13 __u32 hash_seed; member
/linux-4.1.27/net/openvswitch/
Dflow_table.h44 u32 hash_seed; member
Dflow_table.c202 get_random_bytes(&ti->hash_seed, sizeof(u32)); in table_instance_alloc()
318 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()