diff options
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r-- | net/ipv4/ipip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index b5a1849b83d5..2d0f99bf61b3 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c | |||
@@ -185,7 +185,7 @@ static struct rtnl_link_stats64 *ipip_get_stats64(struct net_device *dev, | |||
185 | return tot; | 185 | return tot; |
186 | } | 186 | } |
187 | 187 | ||
188 | static struct ip_tunnel * ipip_tunnel_lookup(struct net *net, | 188 | static struct ip_tunnel *ipip_tunnel_lookup(struct net *net, |
189 | __be32 remote, __be32 local) | 189 | __be32 remote, __be32 local) |
190 | { | 190 | { |
191 | unsigned int h0 = HASH(remote); | 191 | unsigned int h0 = HASH(remote); |
@@ -260,7 +260,7 @@ static void ipip_tunnel_link(struct ipip_net *ipn, struct ip_tunnel *t) | |||
260 | rcu_assign_pointer(*tp, t); | 260 | rcu_assign_pointer(*tp, t); |
261 | } | 261 | } |
262 | 262 | ||
263 | static struct ip_tunnel * ipip_tunnel_locate(struct net *net, | 263 | static struct ip_tunnel *ipip_tunnel_locate(struct net *net, |
264 | struct ip_tunnel_parm *parms, int create) | 264 | struct ip_tunnel_parm *parms, int create) |
265 | { | 265 | { |
266 | __be32 remote = parms->iph.daddr; | 266 | __be32 remote = parms->iph.daddr; |