[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Oct 2007 04:28:53 +0000 (21:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 04:28:53 +0000 (21:28 -0700)
commitc4541b41c0e4b75b11125fed16db642fc03cb31c
tree10627bc42cf56fd3f45aa93963d0852dfefa49ab
parent04663d0b8b3c8ce3804106279420cfe5bdfcce3c
[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input

This patch moves the tunnel parsing for IPv4 out of xfrm4_input and into
xfrm4_tunnel.  This change is in line with what IPv6 does and will allow
us to merge the two input functions.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/ipv4/xfrm4_input.c
net/ipv4/xfrm4_tunnel.c