Symbol: hash2
drivers/net/ethernet/agere/et131x.c
950
u32 hash2 = 0;
drivers/net/ethernet/agere/et131x.c
974
hash2 |= (1 << result);
drivers/net/ethernet/agere/et131x.c
988
writel(hash2, &rxmac->multi_hash2);
drivers/net/ethernet/intel/idpf/idpf_txrx.c
3191
(rx_desc->ff2_mirrid_hash2.hash2 << 16) |
drivers/net/ethernet/intel/idpf/virtchnl2_lan_desc.h
433
u8 hash2;
drivers/net/ethernet/intel/idpf/xdp.h
171
((u64)rxd->ff2_mirrid_hash2.hash2 << 16) |
drivers/net/ethernet/ti/tlan.c
1249
u32 hash2 = 0;
drivers/net/ethernet/ti/tlan.c
1281
hash2 |= (1 << (offset - 32));
drivers/net/ethernet/ti/tlan.c
1288
tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2);
fs/ext4/namei.c
1912
u32 hash2;
fs/ext4/namei.c
1984
hash2 = map[split].hash;
fs/ext4/namei.c
1985
continued = hash2 == map[split - 1].hash;
fs/ext4/namei.c
1988
hash2, split, count-split));
fs/ext4/namei.c
2011
if (hinfo->hash >= hash2) {
fs/ext4/namei.c
2015
dx_insert_block(frame, hash2 + continued, newblock);
fs/ext4/namei.c
2564
unsigned hash2 = dx_get_hash(entries + icount1);
fs/ext4/namei.c
2589
dx_insert_block((frame - 1), hash2, newblock);
include/net/udp.h
119
return &table->hash2[hash & table->mask].hslot;
include/net/udp.h
161
table->hash4 = (void *)(table->hash2 + (table->mask + 1));
include/net/udp.h
163
table->hash2[i].hash4_cnt = 0;
include/net/udp.h
96
struct udp_hslot_main *hash2;
lib/crypto/tests/blake2b_kunit.c
77
u8 hash2[BLAKE2B_HASH_SIZE];
lib/crypto/tests/blake2b_kunit.c
86
hash2, BLAKE2B_HASH_SIZE);
lib/crypto/tests/blake2b_kunit.c
87
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE);
lib/crypto/tests/blake2b_kunit.c
91
blake2b_final(&ctx, hash2);
lib/crypto/tests/blake2b_kunit.c
92
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE);
lib/crypto/tests/blake2s_kunit.c
77
u8 hash2[BLAKE2S_HASH_SIZE];
lib/crypto/tests/blake2s_kunit.c
86
hash2, BLAKE2S_HASH_SIZE);
lib/crypto/tests/blake2s_kunit.c
87
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE);
lib/crypto/tests/blake2s_kunit.c
91
blake2s_final(&ctx, hash2);
lib/crypto/tests/blake2s_kunit.c
92
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE);
lib/crypto/tests/ghash_kunit.c
73
u8 hash2[GHASH_BLOCK_SIZE];
lib/crypto/tests/ghash_kunit.c
82
ghash(key2, data, len, hash2);
lib/crypto/tests/ghash_kunit.c
83
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, sizeof(hash1));
lib/crypto/tests/hash-test-template.h
154
u8 hash2[HASH_SIZE];
lib/crypto/tests/hash-test-template.h
184
HASH_FINAL(&ctx, hash2);
lib/crypto/tests/hash-test-template.h
188
test, hash1, hash2, HASH_SIZE,
lib/crypto/tests/hash-test-template.h
286
u8 hash2[128 + HASH_SIZE];
lib/crypto/tests/hash-test-template.h
298
HASH(&test_buf[data_offs2], len, &hash2[hash_offs2]);
lib/crypto/tests/hash-test-template.h
300
test, &hash1[hash_offs1], &hash2[hash_offs2], HASH_SIZE,
lib/crypto/tests/polyval_kunit.c
100
u8 hash2[POLYVAL_BLOCK_SIZE];
lib/crypto/tests/polyval_kunit.c
109
polyval(key2, data, len, hash2);
lib/crypto/tests/polyval_kunit.c
110
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, sizeof(hash1));
lib/crypto/tests/sha256_kunit.c
166
u8 hash2[SHA256_DIGEST_SIZE];
lib/crypto/tests/sha256_kunit.c
178
data_len, hash1, hash2);
lib/crypto/tests/sha256_kunit.c
195
data_len, hash1, hash2);
lib/crypto/tests/sha256_kunit.c
56
u8 *data1_buf, *data2_buf, *hash1, *hash2;
lib/crypto/tests/sha256_kunit.c
65
hash2 = alloc_guarded_buf(test, SHA256_DIGEST_SIZE);
lib/crypto/tests/sha256_kunit.c
84
sha256_finup_2x(ctx, data1, data2, data_len, hash1, hash2);
lib/crypto/tests/sha256_kunit.c
98
test, hash2, expected_hash2, SHA256_DIGEST_SIZE,
lib/tests/hashtable_test.c
23
DECLARE_HASHTABLE(hash2, 3);
lib/tests/hashtable_test.c
28
hash_init(hash2);
lib/tests/hashtable_test.c
31
KUNIT_EXPECT_TRUE(test, hash_empty(hash2));
lib/zstd/compress/zstd_preSplit.c
65
fp->events[hash2(p+n, hashLog)]++;
net/ipv4/inet_hashtables.c
474
unsigned int hash2;
net/ipv4/inet_hashtables.c
486
hash2 = ipv4_portaddr_hash(net, daddr, hnum);
net/ipv4/inet_hashtables.c
487
ilb2 = inet_lhash2_bucket(hashinfo, hash2);
net/ipv4/inet_hashtables.c
496
hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
net/ipv4/inet_hashtables.c
497
ilb2 = inet_lhash2_bucket(hashinfo, hash2);
net/ipv4/udp.c
2469
unsigned int hash2, hash2_any, offset;
net/ipv4/udp.c
2480
hash2 = 0;
net/ipv4/udp.c
2488
hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask;
net/ipv4/udp.c
2490
hslot = &udptable->hash2[hash2].hslot;
net/ipv4/udp.c
2516
if (use_hash2 && hash2 != hash2_any) {
net/ipv4/udp.c
2517
hash2 = hash2_any;
net/ipv4/udp.c
2743
unsigned int hash2;
net/ipv4/udp.c
2747
hash2 = ipv4_portaddr_hash(net, loc_addr, hnum);
net/ipv4/udp.c
2748
hslot2 = udp_hashslot2(udptable, hash2);
net/ipv4/udp.c
3367
struct udp_hslot *hslot2 = &udptable->hash2[state->bucket].hslot;
net/ipv4/udp.c
3653
table->hash2 = (void *)(table->hash + (table->mask + 1));
net/ipv4/udp.c
3660
INIT_HLIST_HEAD(&table->hash2[i].hslot.head);
net/ipv4/udp.c
3661
table->hash2[i].hslot.count = 0;
net/ipv4/udp.c
3662
spin_lock_init(&table->hash2[i].hslot.lock);
net/ipv4/udp.c
3704
udptable->hash2 = (void *)(udptable->hash + hash_entries);
net/ipv4/udp.c
3713
INIT_HLIST_HEAD(&udptable->hash2[i].hslot.head);
net/ipv4/udp.c
3714
udptable->hash2[i].hslot.count = 0;
net/ipv4/udp.c
3715
spin_lock_init(&udptable->hash2[i].hslot.lock);
net/ipv4/udp.c
675
unsigned int hash2;
net/ipv4/udp.c
677
hash2 = ipv4_portaddr_hash(net, daddr, hnum);
net/ipv4/udp.c
678
hslot2 = udp_hashslot2(udptable, hash2);
net/ipv4/udp.c
710
hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
net/ipv4/udp.c
711
hslot2 = udp_hashslot2(udptable, hash2);
net/ipv6/inet6_hashtables.c
248
unsigned int hash2;
net/ipv6/inet6_hashtables.c
260
hash2 = ipv6_portaddr_hash(net, daddr, hnum);
net/ipv6/inet6_hashtables.c
261
ilb2 = inet_lhash2_bucket(hashinfo, hash2);
net/ipv6/inet6_hashtables.c
270
hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
net/ipv6/inet6_hashtables.c
271
ilb2 = inet_lhash2_bucket(hashinfo, hash2);
net/ipv6/udp.c
1194
unsigned int hash2;
net/ipv6/udp.c
1198
hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
net/ipv6/udp.c
1199
hslot2 = udp_hashslot2(udptable, hash2);
net/ipv6/udp.c
354
unsigned int hash2;
net/ipv6/udp.c
356
hash2 = ipv6_portaddr_hash(net, daddr, hnum);
net/ipv6/udp.c
357
hslot2 = udp_hashslot2(udptable, hash2);
net/ipv6/udp.c
389
hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
net/ipv6/udp.c
390
hslot2 = udp_hashslot2(udptable, hash2);
net/ipv6/udp.c
943
unsigned int hash2, hash2_any, offset;
net/ipv6/udp.c
954
hash2 = 0;
net/ipv6/udp.c
962
hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
net/ipv6/udp.c
964
hslot = &udptable->hash2[hash2].hslot;
net/ipv6/udp.c
995
if (use_hash2 && hash2 != hash2_any) {
net/ipv6/udp.c
996
hash2 = hash2_any;
net/netfilter/ipvs/ip_vs_conn.c
267
u32 hash, hash2;
net/netfilter/ipvs/ip_vs_conn.c
281
hash2 = ip_vs_conn_hashkey_conn(t, cp, true);
net/netfilter/ipvs/ip_vs_conn.c
282
hash_key2 = ip_vs_rht_build_hash_key(t, hash2);
net/netfilter/ipvs/ip_vs_conn.c
801
u32 hash2, hash_key, hash_key2;
net/netfilter/ipvs/ip_vs_conn.c
835
hash2 = ip_vs_conn_hashkey_conn(t2, cp, true);
net/netfilter/ipvs/ip_vs_conn.c
836
hash_key2 = ip_vs_rht_build_hash_key(t2, hash2);
net/netfilter/ipvs/ip_vs_mh.c
146
dest->port, &s->hash2, 0) %
net/netfilter/ipvs/ip_vs_mh.c
395
generate_hash_secret(&s->hash1, &s->hash2);
net/netfilter/ipvs/ip_vs_mh.c
64
hsiphash_key_t hash1, hash2;
net/netfilter/ipvs/ip_vs_mh.c
70
hsiphash_key_t *hash2)
net/netfilter/ipvs/ip_vs_mh.c
75
hash2->key[0] = 2654446892UL;
net/netfilter/ipvs/ip_vs_mh.c
76
hash2->key[1] = 2654446892UL;
net/unix/af_unix.c
229
unsigned int hash1, unsigned int hash2)
net/unix/af_unix.c
231
if (hash1 == hash2) {
net/unix/af_unix.c
236
if (hash1 > hash2)
net/unix/af_unix.c
237
swap(hash1, hash2);
net/unix/af_unix.c
240
spin_lock(&net->unx.table.locks[hash2]);
net/unix/af_unix.c
244
unsigned int hash1, unsigned int hash2)
net/unix/af_unix.c
246
if (hash1 == hash2) {
net/unix/af_unix.c
252
spin_unlock(&net->unx.table.locks[hash2]);
tools/perf/tests/util.c
35
u8 hash2[HASH_LEN];
tools/perf/tests/util.c
71
blake2s_final(&ctx, hash2);
tools/perf/tests/util.c
73
memcmp(hash, hash2, HASH_LEN) == 0);
tools/testing/selftests/bpf/prog_tests/recursion.c
29
bpf_map_delete_elem(bpf_map__fd(skel->maps.hash2), &key);
tools/testing/selftests/bpf/prog_tests/recursion.c
31
bpf_map_delete_elem(bpf_map__fd(skel->maps.hash2), &key);
tools/testing/selftests/bpf/progs/recursion.c
22
} hash2 SEC(".maps");
tools/testing/selftests/bpf/progs/recursion.c
36
if (map == (void *)&hash2) {
tools/testing/selftests/bpf/progs/recursion.c
38
bpf_map_delete_elem(&hash2, &key);