| /Linux-v5.4/net/ipv6/ |
| D | inet6_hashtables.c | 158 unsigned int hash2; in inet6_lookup_listener() local 160 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in inet6_lookup_listener() 161 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 170 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in inet6_lookup_listener() 171 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
|
| D | udp.c | 186 unsigned int hash2, slot2; in __udp6_lib_lookup() local 190 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup() 191 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 192 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 198 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup() 199 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 201 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 752 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local 761 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver() 763 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver() [all …]
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_mh.c | 65 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() 399 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
|
| /Linux-v5.4/net/ipv4/ |
| D | udp.c | 451 unsigned int hash2, slot2; in __udp4_lib_lookup() local 454 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup() 455 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 456 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 462 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup() 463 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 464 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 2147 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local 2157 hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp4_lib_mcast_deliver() 2159 hslot = &udptable->hash2[hash2]; in __udp4_lib_mcast_deliver() [all …]
|
| D | inet_hashtables.c | 300 unsigned int hash2; in __inet_lookup_listener() local 302 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __inet_lookup_listener() 303 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 312 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __inet_lookup_listener() 313 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
|
| /Linux-v5.4/scripts/ |
| D | get_dvb_firmware | 560 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b"; 571 verify($file2, $hash2); 704 my $hash2 = "d5e1437dc24358578e07999475d4cac9"; 714 verify("$fwfile2", $hash2);
|
| /Linux-v5.4/include/net/ |
| D | udp.h | 73 struct udp_hslot *hash2; member 91 return &table->hash2[hash & table->mask]; in udp_hashslot2()
|
| /Linux-v5.4/fs/ext4/ |
| D | namei.c | 1818 u32 hash2; in do_split() local 1866 hash2 = map[split].hash; in do_split() 1867 continued = hash2 == map[split - 1].hash; in do_split() 1870 hash2, split, count-split)); in do_split() 1893 if (hinfo->hash >= hash2) { in do_split() 1897 dx_insert_block(frame, hash2 + continued, newblock); in do_split() 2353 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local 2375 dx_insert_block((frame - 1), hash2, newblock); in ext4_dx_add_entry()
|
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | tlan.c | 1284 u32 hash2 = 0; in tlan_set_multicast_list() local 1316 hash2 |= (1 << (offset - 32)); in tlan_set_multicast_list() 1323 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2); in tlan_set_multicast_list()
|
| /Linux-v5.4/drivers/net/ethernet/agere/ |
| D | et131x.c | 950 u32 hash2 = 0; in et1310_setup_device_for_multicast() local 975 hash2 |= (1 << result); in et1310_setup_device_for_multicast() 990 writel(hash2, &rxmac->multi_hash2); in et1310_setup_device_for_multicast()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | ubifs-authentication.rst | 337 ,. CS , hash1.----. hash2.----.
|