Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbloom_filter.c17 u32 hash_seed; member
36 bloom->hash_seed + index); in hash()
38 h = jhash(value, value_size, bloom->hash_seed + index); in hash()
155 bloom->hash_seed = get_random_int(); in bloom_map_alloc()
/linux/net/netfilter/
A Dxt_cluster.c29 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()
/linux/include/uapi/linux/netfilter/
A Dxt_cluster.h14 __u32 hash_seed; member
/linux/net/openvswitch/
A Dflow_table.h59 u32 hash_seed; member
A Dflow_table.c171 get_random_bytes(&ti->hash_seed, sizeof(u32)); in table_instance_alloc()
556 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
/linux/include/net/
A Damt.h319 u32 hash_seed; member
/linux/drivers/net/
A Damt.c121 u32 hash = jhash(src, sizeof(*src), tunnel->amt->hash_seed); in amt_source_hash()
198 u32 hash = jhash(group, sizeof(*group), tunnel->amt->hash_seed); in amt_group_hash()
3035 get_random_bytes(&amt->hash_seed, sizeof(amt->hash_seed)); in amt_newlink()

Completed in 19 milliseconds