[IPSEC]: Merge most of the input path
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Nov 2007 05:44:23 +0000 (21:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:50 +0000 (14:53 -0800)
commit716062fd4c2f88a33ab409f62a1e7397ad0a7e33
tree73f2618fe99bca3870a0dbdc35acf6466ab3b976
parentc6581a457e661b7070e484ad723bbf555b17aca2
[IPSEC]: Merge most of the input path

As part of the work on asynchronous cryptographic operations, we need
to be able to resume from the spot where they occur.  As such, it
helps if we isolate them to one spot.

This patch moves most of the remaining family-specific processing into
the common input code.

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_state.c
net/ipv6/xfrm6_input.c
net/ipv6/xfrm6_state.c
net/xfrm/xfrm_input.c