Lines Matching refs:remote
67 static unsigned int ip_tunnel_hash(__be32 key, __be32 remote) in ip_tunnel_hash() argument
69 return hash_32((__force u32)key ^ (__force u32)remote, in ip_tunnel_hash()
154 __be32 remote, __be32 local, in ip_tunnel_lookup() argument
161 hash = ip_tunnel_hash(key, remote); in ip_tunnel_lookup()
166 remote != t->parms.iph.daddr || in ip_tunnel_lookup()
180 if (remote != t->parms.iph.daddr || in ip_tunnel_lookup()
246 __be32 remote; in ip_bucket() local
250 remote = parms->iph.daddr; in ip_bucket()
252 remote = 0; in ip_bucket()
257 h = ip_tunnel_hash(i_key, remote); in ip_bucket()
277 __be32 remote = parms->iph.daddr; in ip_tunnel_find() local
287 remote == t->parms.iph.daddr && in ip_tunnel_find()