Home
last modified time | relevance | path

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

/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()
/net/openvswitch/
Dflow.h155 u32 hash_seed; member
Dflow.c234 hash = jhash_1word(hash, table->hash_seed); in find_bucket()
284 get_random_bytes(&table->hash_seed, sizeof(u32)); in ovs_flow_tbl_alloc()