Searched refs:hash2 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | udp.c | 292 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local 299 hash2 = udp6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup() 300 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 301 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 309 hash2 = udp6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup() 310 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 311 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 793 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local 799 hash2 = udp6_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp6_lib_mcast_deliver() 801 hslot = &udp_table.hash2[hash2]; in __udp6_lib_mcast_deliver() [all …]
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 499 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local 506 hash2 = udp4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup() 507 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 508 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 516 hash2 = udp4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup() 517 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 518 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 1667 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local 1673 hash2 = udp4_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp4_lib_mcast_deliver() 1675 hslot = &udp_table.hash2[hash2]; in __udp4_lib_mcast_deliver() [all …]
|
/linux-4.1.27/Documentation/dvb/ |
D | get_dvb_firmware | 573 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b"; 584 verify($file2, $hash2); 717 my $hash2 = "d5e1437dc24358578e07999475d4cac9"; 727 verify("$fwfile2", $hash2);
|
/linux-4.1.27/include/net/ |
D | udp.h | 77 struct udp_hslot *hash2; member 95 return &table->hash2[hash & table->mask]; in udp_hashslot2()
|
/linux-4.1.27/fs/ext3/ |
D | namei.c | 1146 u32 hash2; in do_split() local 1190 hash2 = map[split].hash; in do_split() 1191 continued = hash2 == map[split - 1].hash; in do_split() 1193 dx_get_block(frame->at), hash2, split, count-split)); in do_split() 1204 if (hinfo->hash >= hash2) in do_split() 1209 dx_insert_block (frame, hash2 + continued, newblock); in do_split() 1549 unsigned hash2 = dx_get_hash(entries + icount1); in ext3_dx_add_entry() local 1570 dx_insert_block (frames + 0, hash2, newblock); in ext3_dx_add_entry()
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 1694 u32 hash2; in do_split() local 1743 hash2 = map[split].hash; in do_split() 1744 continued = hash2 == map[split - 1].hash; in do_split() 1747 hash2, split, count-split)); in do_split() 1773 if (hinfo->hash >= hash2) { in do_split() 1777 dx_insert_block(frame, hash2 + continued, newblock); in do_split() 2290 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local 2312 dx_insert_block(frames + 0, hash2, newblock); in ext4_dx_add_entry()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | tlan.c | 1285 u32 hash2 = 0; in tlan_set_multicast_list() local 1317 hash2 |= (1 << (offset - 32)); in tlan_set_multicast_list() 1324 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2); in tlan_set_multicast_list()
|
/linux-4.1.27/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()
|