Lines Matching refs:remote
66 static unsigned int ip_tunnel_hash(__be32 key, __be32 remote) in ip_tunnel_hash() argument
68 return hash_32((__force u32)key ^ (__force u32)remote, in ip_tunnel_hash()
153 __be32 remote, __be32 local, in ip_tunnel_lookup() argument
160 hash = ip_tunnel_hash(key, remote); in ip_tunnel_lookup()
165 remote != t->parms.iph.daddr || in ip_tunnel_lookup()
179 if (remote != t->parms.iph.daddr || in ip_tunnel_lookup()
248 __be32 remote; in ip_bucket() local
252 remote = parms->iph.daddr; in ip_bucket()
254 remote = 0; in ip_bucket()
259 h = ip_tunnel_hash(i_key, remote); in ip_bucket()
283 __be32 remote = parms->iph.daddr; in ip_tunnel_find() local
293 remote == t->parms.iph.daddr && in ip_tunnel_find()