Re: [PATCH 22/24] [IPSEC]: Store xfrm states in security path directly

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:39 +0800 > [IPSEC]: Store xfrm states in security path directly > > As it is xfrm_input first collects a list of xfrm states on the stack > before storing them in the packet's security path just before it returns. > For async crypt

[PATCH 22/24] [IPSEC]: Store xfrm states in security path directly

2007-11-07 Thread Herbert Xu
[IPSEC]: Store xfrm states in security path directly As it is xfrm_input first collects a list of xfrm states on the stack before storing them in the packet's security path just before it returns. For async crypto, this construction presents an obstacle since we may need to leave the loop after ea