Searched refs:hash_seed (Results 1 – 11 of 11) sorted by relevance
| /linux/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() 156 bloom->hash_seed = get_random_u32(); in bloom_map_alloc()
|
| /linux/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()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_cluster.h | 14 __u32 hash_seed; member
|
| /linux/net/openvswitch/ |
| H A D | flow_table.h | 59 u32 hash_seed; member
|
| H A D | flow_table.c | 170 ti->hash_seed = get_random_u32(); in table_instance_alloc() 552 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
|
| /linux/drivers/net/ethernet/qualcomm/ppe/ |
| H A D | ppe_config.h | 280 u32 hash_seed; member
|
| H A D | ppe_config.c | 1306 val = FIELD_PREP(PPE_RSS_HASH_SEED_IPV4_VAL, cfg.hash_seed); in ppe_rss_hash_config_set() 1335 val = FIELD_PREP(PPE_RSS_HASH_SEED_VAL, cfg.hash_seed); in ppe_rss_hash_config_set() 1866 hash_cfg.hash_seed = get_random_u32(); in ppe_rss_hash_init()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.h | 315 u32 hash_seed; member
|
| H A D | bnge_netdev.c | 2109 idx = jhash2(&key->filter_key, BNGE_L2_KEY_SIZE, bn->hash_seed) & in bnge_alloc_l2_filter() 3302 get_random_bytes(&bn->hash_seed, sizeof(bn->hash_seed)); in bnge_init_l2_fltr_tbl()
|
| /linux/drivers/net/ |
| H A D | amt.c | 125 u32 hash = jhash(src, sizeof(*src), tunnel->amt->hash_seed); in amt_source_hash() 202 u32 hash = jhash(group, sizeof(*group), tunnel->amt->hash_seed); in amt_group_hash() 3246 get_random_bytes(&amt->hash_seed, sizeof(amt->hash_seed)); in amt_newlink()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 2712 u32 hash_seed; member
|