Searched defs:hash2 (Results  1 – 7 of 7) sorted by relevance
| /linux-4.1.27/include/net/ | 
| D | udp.h | 77 	struct udp_hslot	*hash2;  member
  | 
| /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 793 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);  in __udp6_lib_mcast_deliver()  local
  | 
| /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 1667 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);  in __udp4_lib_mcast_deliver()  local 1928 	unsigned int hash2 = udp4_portaddr_hash(net, loc_addr, hnum);  in __udp4_lib_demux_lookup()  local
  | 
| /linux-4.1.27/fs/ext3/ | 
| D | namei.c | 1146 	u32 hash2;  in do_split()  local 1549 			unsigned hash2 = dx_get_hash(entries + icount1);  in ext3_dx_add_entry()  local
  | 
| /linux-4.1.27/drivers/net/ethernet/ti/ | 
| D | tlan.c | 1285 	u32			hash2 = 0;  in tlan_set_multicast_list()  local
  | 
| /linux-4.1.27/fs/ext4/ | 
| D | namei.c | 1694 	u32 hash2;  in do_split()  local 2290 			unsigned hash2 = dx_get_hash(entries + icount1);  in ext4_dx_add_entry()  local
  | 
| /linux-4.1.27/drivers/net/ethernet/agere/ | 
| D | et131x.c | 949 	u32 hash2 = 0;  in et1310_setup_device_for_multicast()  local
  |