HASH             1485 net/atm/lec.c  	tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])];
HASH             1756 net/atm/lec.c  	head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])];
HASH              173 net/ipv4/ip_gre.c 	unsigned h0 = HASH(remote);
HASH              174 net/ipv4/ip_gre.c 	unsigned h1 = HASH(key);
HASH              239 net/ipv4/ip_gre.c 	unsigned h = HASH(key);
HASH              246 net/ipv4/ip_gre.c 		h ^= HASH(remote);
HASH              142 net/ipv4/ipip.c 	unsigned h0 = HASH(remote);
HASH              143 net/ipv4/ipip.c 	unsigned h1 = HASH(local);
HASH              175 net/ipv4/ipip.c 		h ^= HASH(remote);
HASH              179 net/ipv4/ipip.c 		h ^= HASH(local);
HASH              136 net/ipv6/ip6_tunnel.c 	unsigned h0 = HASH(remote);
HASH              137 net/ipv6/ip6_tunnel.c 	unsigned h1 = HASH(local);
HASH              174 net/ipv6/ip6_tunnel.c 		h = HASH(remote) ^ HASH(local);
HASH               85 net/ipv6/sit.c 	unsigned h0 = HASH(remote);
HASH               86 net/ipv6/sit.c 	unsigned h1 = HASH(local);
HASH              118 net/ipv6/sit.c 		h ^= HASH(remote);
HASH              122 net/ipv6/sit.c 		h ^= HASH(local);