Searched refs:hash2 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | udp.c | 295 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local 302 hash2 = udp6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup() 303 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 304 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 312 hash2 = udp6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup() 313 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 314 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 796 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local 802 hash2 = udp6_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp6_lib_mcast_deliver() 804 hslot = &udp_table.hash2[hash2]; in __udp6_lib_mcast_deliver() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 502 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local 509 hash2 = udp4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup() 510 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 511 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 519 hash2 = udp4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup() 520 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 521 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 1678 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local 1684 hash2 = udp4_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp4_lib_mcast_deliver() 1686 hslot = &udp_table.hash2[hash2]; in __udp4_lib_mcast_deliver() [all …]
|
/linux-4.4.14/Documentation/dvb/ |
D | get_dvb_firmware | 573 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b"; 584 verify($file2, $hash2); 717 my $hash2 = "d5e1437dc24358578e07999475d4cac9"; 727 verify("$fwfile2", $hash2);
|
/linux-4.4.14/include/net/ |
D | udp.h | 77 struct udp_hslot *hash2; member 95 return &table->hash2[hash & table->mask]; in udp_hashslot2()
|
/linux-4.4.14/fs/ext4/ |
D | namei.c | 1690 u32 hash2; in do_split() local 1739 hash2 = map[split].hash; in do_split() 1740 continued = hash2 == map[split - 1].hash; in do_split() 1743 hash2, split, count-split)); in do_split() 1769 if (hinfo->hash >= hash2) { in do_split() 1773 dx_insert_block(frame, hash2 + continued, newblock); in do_split() 2222 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local 2244 dx_insert_block(frames + 0, hash2, newblock); in ext4_dx_add_entry()
|
/linux-4.4.14/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-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 949 u32 hash2 = 0; in et1310_setup_device_for_multicast() local 974 hash2 |= (1 << result); in et1310_setup_device_for_multicast() 989 writel(hash2, &rxmac->multi_hash2); in et1310_setup_device_for_multicast()
|