Searched refs:hash_seed (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/kernel/bpf/ |
D | bloom_filter.c | 18 u32 hash_seed; member 37 bloom->hash_seed + index); in hash() 39 h = jhash(value, value_size, bloom->hash_seed + index); in hash() 161 bloom->hash_seed = get_random_int(); in bloom_map_alloc()
|
/linux-5.19.10/net/netfilter/ |
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-5.19.10/include/uapi/linux/netfilter/ |
D | xt_cluster.h | 14 __u32 hash_seed; member
|
/linux-5.19.10/net/openvswitch/ |
D | flow_table.h | 59 u32 hash_seed; member
|
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-5.19.10/net/hsr/ |
D | hsr_device.c | 494 get_random_bytes(&hsr->hash_seed, sizeof(hsr->hash_seed)); in hsr_dev_finalize()
|
D | hsr_main.h | 203 u32 hash_seed; member
|
D | hsr_framereg.c | 32 u32 hash = jhash(addr, ETH_ALEN, hsr->hash_seed); in hsr_mac_hash()
|
/linux-5.19.10/include/net/ |
D | amt.h | 335 u32 hash_seed; member
|
/linux-5.19.10/drivers/net/ |
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() 3193 get_random_bytes(&amt->hash_seed, sizeof(amt->hash_seed)); in amt_newlink()
|