Searched defs:hash2 (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/net/ | 
| D | udp.h | 77 	struct udp_hslot	*hash2;  member
 | 
| /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()  local796 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);  in __udp6_lib_mcast_deliver()  local
 
 | 
| /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()  local1678 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);  in __udp4_lib_mcast_deliver()  local
 1939 	unsigned int hash2 = udp4_portaddr_hash(net, loc_addr, hnum);  in __udp4_lib_demux_lookup()  local
 
 | 
| /linux-4.4.14/drivers/net/ethernet/ti/ | 
| D | tlan.c | 1284 	u32			hash2 = 0;  in tlan_set_multicast_list()  local
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | namei.c | 1690 	u32 hash2;  in do_split()  local2222 			unsigned hash2 = dx_get_hash(entries + icount1);  in ext4_dx_add_entry()  local
 
 | 
| /linux-4.4.14/drivers/net/ethernet/agere/ | 
| D | et131x.c | 949 	u32 hash2 = 0;  in et1310_setup_device_for_multicast()  local
 |