Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drecursion.c22 } hash2 SEC(".maps");
36 if (map == (void *)&hash2) { in BPF_PROG()
38 bpf_map_delete_elem(&hash2, &key); in BPF_PROG()
/openbmc/sdbusplus/src/server/
H A Dtransaction.cpp81 auto hash2 = std::hash<sdbusplus::message_t>{}(t.msg); in operator ()()
85 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()()
92 auto hash2 = std::hash<std::thread::id>{}(t.thread); in operator ()()
96 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-diffsigs91 def recursecb(key, hash1, hash2): argument
92 hashes = [hash1, hash2]
97 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
100 elif hash2 not in hashfiles:
101 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash2))
103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
H A Dbitbake-dumpsig91 def recursecb(key, hash1, hash2): argument
92 hashes = [hash1, hash2]
97 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
100 elif hash2 not in hashfiles:
101 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash2))
103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_mh.c65 hsiphash_key_t hash1, hash2; member
71 hsiphash_key_t *hash2) in generate_hash_secret() argument
76 hash2->key[0] = 2654446892UL; in generate_hash_secret()
77 hash2->key[1] = 2654446892UL; in generate_hash_secret()
147 dest->port, &s->hash2, 0) % in ip_vs_mh_permutate()
398 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Drecursion.c29 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash2), &key); in test_recursion()
31 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash2), &key); in test_recursion()
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c212 unsigned int hash2; in inet6_lookup_listener() local
224 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in inet6_lookup_listener()
225 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
234 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in inet6_lookup_listener()
235 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
H A Dudp.c230 unsigned int hash2, slot2; in __udp6_lib_lookup() local
234 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
235 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
236 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
262 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
263 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
264 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
854 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
863 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
865 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
[all …]
/openbmc/linux/net/ipv4/
H A Dudp.c490 unsigned int hash2, slot2; in __udp4_lib_lookup() local
494 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup()
495 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
496 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
522 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup()
523 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
524 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2257 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local
2267 hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp4_lib_mcast_deliver()
2269 hslot = &udptable->hash2[hash2]; in __udp4_lib_mcast_deliver()
[all …]
H A Dinet_hashtables.c441 unsigned int hash2; in __inet_lookup_listener() local
453 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __inet_lookup_listener()
454 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
463 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __inet_lookup_listener()
464 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py549 def compare_hashfiles(pn, taskname, hash1, hash2): argument
550 hashes = [hash1, hash2]
559 … out.append("Unable to find matching sigdata for %s with hashes %s or %s" % (desc, hash1, hash2))
562 elif not hash2 in hashfiles:
563 … out.append("Unable to find matching sigdata for %s with hash %s" % (desc, hash2))
565 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
574 def recursecb(key, hash1, hash2): argument
575 compare_hashfiles(key, None, hash1, hash2)
/openbmc/linux/lib/
H A Dhashtable_test.c23 DECLARE_HASHTABLE(hash2, 3); in hashtable_test_hash_init()
28 hash_init(hash2); in hashtable_test_hash_init()
31 KUNIT_EXPECT_TRUE(test, hash_empty(hash2)); in hashtable_test_hash_init()
/openbmc/linux/scripts/
H A Dget_dvb_firmware560 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b";
571 verify($file2, $hash2);
704 my $hash2 = "d5e1437dc24358578e07999475d4cac9";
714 verify("$fwfile2", $hash2);
/openbmc/linux/include/net/
H A Dudp.h75 struct udp_hslot *hash2; member
93 return &table->hash2[hash & table->mask]; in udp_hashslot2()
/openbmc/linux/net/unix/
H A Daf_unix.c161 unsigned int hash1, unsigned int hash2) in unix_table_double_lock() argument
163 if (hash1 == hash2) { in unix_table_double_lock()
168 if (hash1 > hash2) in unix_table_double_lock()
169 swap(hash1, hash2); in unix_table_double_lock()
172 spin_lock_nested(&net->unx.table.locks[hash2], SINGLE_DEPTH_NESTING); in unix_table_double_lock()
176 unsigned int hash1, unsigned int hash2) in unix_table_double_unlock() argument
178 if (hash1 == hash2) { in unix_table_double_unlock()
184 spin_unlock(&net->unx.table.locks[hash2]); in unix_table_double_unlock()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py784 def recursecb(key, hash1, hash2): argument
787 hashes = [hash1, hash2]
790 … bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb)
/openbmc/linux/fs/ext4/
H A Dnamei.c1986 u32 hash2; in do_split() local
2049 hash2 = map[split].hash; in do_split()
2050 continued = split > 0 ? hash2 == map[split - 1].hash : 0; in do_split()
2053 hash2, split, count-split)); in do_split()
2076 if (hinfo->hash >= hash2) { in do_split()
2080 dx_insert_block(frame, hash2 + continued, newblock); in do_split()
2626 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local
2649 dx_insert_block((frame - 1), hash2, newblock); in ext4_dx_add_entry()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dtlan.c1262 u32 hash2 = 0; in tlan_set_multicast_list() local
1294 hash2 |= (1 << (offset - 32)); in tlan_set_multicast_list()
1301 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2); in tlan_set_multicast_list()
/openbmc/linux/drivers/net/ethernet/agere/
H A Det131x.c950 u32 hash2 = 0; in et1310_setup_device_for_multicast() local
974 hash2 |= (1 << result); in et1310_setup_device_for_multicast()
988 writel(hash2, &rxmac->multi_hash2); in et1310_setup_device_for_multicast()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1812 def recursecb(key, hash1, hash2): argument
1813 hashes = [hash1, hash2]
1820 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb)
1823 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
/openbmc/linux/Documentation/filesystems/
H A Dubifs-authentication.rst341 ,. CS , hash1.----. hash2.----.