xfrm: Move IPsec replay detection functions to a separate file
authorSteffen Klassert <steffen.klassert@secunet.com>
Tue, 8 Mar 2011 00:08:32 +0000 (00:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2011 03:22:30 +0000 (20:22 -0700)
commit9fdc4883d92d20842c5acea77a4a21bb1574b495
tree87019e64093d90a4f2b42149231d0ad3a864c5f9
parentd212a4c29096484e5e83b5006e695add126260af
xfrm: Move IPsec replay detection functions to a separate file

To support multiple versions of replay detection, we move the replay
detection functions to a separate file and make them accessible
via function pointers contained in the struct xfrm_replay.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/xfrm/Makefile
net/xfrm/xfrm_input.c
net/xfrm/xfrm_output.c
net/xfrm/xfrm_replay.c [new file with mode: 0644]
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c