Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dudp.h77 struct udp_hslot *hash2; member
95 return &table->hash2[hash & table->mask]; in udp_hashslot2()
/linux-3.4.99/net/ipv4/
Dudp.c456 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local
462 hash2 = udp4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup()
463 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
464 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
472 hash2 = udp4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup()
473 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
474 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2198 table->hash2 = table->hash + (table->mask + 1); in udp_table_init()
2205 INIT_HLIST_NULLS_HEAD(&table->hash2[i].head, i); in udp_table_init()
2206 table->hash2[i].count = 0; in udp_table_init()
[all …]
/linux-3.4.99/net/ipv6/
Dudp.c249 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local
255 hash2 = udp6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
256 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
265 hash2 = udp6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
266 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
267 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
/linux-3.4.99/fs/ext3/
Dnamei.c1143 u32 hash2; in do_split() local
1187 hash2 = map[split].hash; in do_split()
1188 continued = hash2 == map[split - 1].hash; in do_split()
1190 dx_get_block(frame->at), hash2, split, count-split)); in do_split()
1201 if (hinfo->hash >= hash2) in do_split()
1206 dx_insert_block (frame, hash2 + continued, newblock); in do_split()
1546 unsigned hash2 = dx_get_hash(entries + icount1); in ext3_dx_add_entry() local
1567 dx_insert_block (frames + 0, hash2, newblock); in ext3_dx_add_entry()
/linux-3.4.99/Documentation/dvb/
Dget_dvb_firmware559 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b";
570 verify($file2, $hash2);
/linux-3.4.99/fs/ext4/
Dnamei.c1160 u32 hash2; in do_split() local
1204 hash2 = map[split].hash; in do_split()
1205 continued = hash2 == map[split - 1].hash; in do_split()
1208 hash2, split, count-split)); in do_split()
1221 if (hinfo->hash >= hash2) in do_split()
1226 dx_insert_block(frame, hash2 + continued, newblock); in do_split()
1566 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local
1588 dx_insert_block(frames + 0, hash2, newblock); in ext4_dx_add_entry()
/linux-3.4.99/drivers/net/ethernet/ti/
Dtlan.c1246 u32 hash2 = 0; in tlan_set_multicast_list() local
1278 hash2 |= (1 << (offset - 32)); in tlan_set_multicast_list()
1285 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2); in tlan_set_multicast_list()
/linux-3.4.99/drivers/staging/et131x/
Det131x.c1100 u32 hash2 = 0; in et1310_setup_device_for_multicast() local
1125 hash2 |= (1 << result); in et1310_setup_device_for_multicast()
1140 writel(hash2, &rxmac->multi_hash2); in et1310_setup_device_for_multicast()