Lines Matching refs:remote
53 static unsigned int ip_tunnel_hash(__be32 key, __be32 remote) in ip_tunnel_hash() argument
55 return hash_32((__force u32)key ^ (__force u32)remote, in ip_tunnel_hash()
85 __be32 remote, __be32 local, in ip_tunnel_lookup() argument
93 hash = ip_tunnel_hash(key, remote); in ip_tunnel_lookup()
98 remote != t->parms.iph.daddr || in ip_tunnel_lookup()
112 if (remote != t->parms.iph.daddr || in ip_tunnel_lookup()
178 __be32 remote; in ip_bucket() local
182 remote = parms->iph.daddr; in ip_bucket()
184 remote = 0; in ip_bucket()
189 h = ip_tunnel_hash(i_key, remote); in ip_bucket()
213 __be32 remote = parms->iph.daddr; in ip_tunnel_find() local
223 remote == t->parms.iph.daddr && in ip_tunnel_find()