commit | c6581a457e661b7070e484ad723bbf555b17aca2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 13 21:43:43 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:53:49 2008 -0800 |
tree | 8562bded99fdee996e6b147d938057caf154f25b | |
parent | 862b82c6f960cc61274d370aa78ce1112f92a83e [diff] |
[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>