[IPSEC]: Add async resume support on output
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Nov 2007 05:43:43 +0000 (21:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:49 +0000 (14:53 -0800)
commitc6581a457e661b7070e484ad723bbf555b17aca2
tree8562bded99fdee996e6b147d938057caf154f25b
parent862b82c6f960cc61274d370aa78ce1112f92a83e
[IPSEC]: Add async resume support on output

This patch adds support for async resumptions on output.  To do so,
the transform would return -EINPROGRESS and subsequently invoke the
function xfrm_output_resume to resume processing.

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