Searched refs:hash_seed (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/bpf/ |
A D | bloom_filter.c | 17 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 D | xt_cluster.c | 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()
|
/linux/include/uapi/linux/netfilter/ |
A D | xt_cluster.h | 14 __u32 hash_seed; member
|
/linux/net/openvswitch/ |
A D | flow_table.h | 59 u32 hash_seed; member
|
A D | flow_table.c | 171 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 D | amt.h | 319 u32 hash_seed; member
|
/linux/drivers/net/ |
A D | amt.c | 121 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