Re: [IPSEC]: Add xfrm_input_state helper

2007-12-11 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 11 Dec 2007 11:45:31 +0800 > [IPSEC]: Add xfrm_input_state helper > > This patch adds the xfrm_input_state helper function which returns the > current xfrm state being processed on the input path given an sk_buff. > This is c

[IPSEC]: Add xfrm_input_state helper

2007-12-10 Thread Herbert Xu
ubkey.txt -- [IPSEC]: Add xfrm_input_state helper This patch adds the xfrm_input_state helper function which returns the current xfrm state being processed on the input path given an sk_buff. This is currently only used by xfrm_input but will be used by ESP upon asynchronous resumption. Signed-off-by: H