Searched refs:hash_seed (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bloom_filter.c | 18 u32 hash_seed; member 29 h = jhash2(value, value_size / 4, bloom->hash_seed + index); in hash() 31 h = jhash(value, value_size, bloom->hash_seed + index); in hash() 145 bloom->hash_seed = get_random_u32(); in bloom_map_alloc()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H 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()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_cluster.h | 14 __u32 hash_seed; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | xt_cluster.h | 14 __u32 hash_seed; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_cluster.h | 28 __u32 hash_seed; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_cluster.h | 28 __u32 hash_seed; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_cluster.h | 15 __u32 hash_seed; member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.h | 59 u32 hash_seed; member
|
H 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()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.h | 59 u32 hash_seed; member
|
H A D | flow_table.c | 172 get_random_bytes(&ti->hash_seed, sizeof(u32)); in table_instance_alloc() 557 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | amt.h | 338 u32 hash_seed; member
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | amt.c | 123 u32 hash = jhash(src, sizeof(*src), tunnel->amt->hash_seed); in amt_source_hash() 200 u32 hash = jhash(group, sizeof(*group), tunnel->amt->hash_seed); in amt_group_hash() 3191 get_random_bytes(&amt->hash_seed, sizeof(amt->hash_seed)); in amt_newlink()
|
Completed in 11 milliseconds