Re: [1/*] [IPSEC]: Kill unused decap state argument

2006-04-01 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sat, 1 Apr 2006 15:03:55 +1100 > This patch removes the decap_state argument from the xfrm input hook. > Previously this function allowed the input hook to share state with the > post_input hook. The latter has since been removed. > > The only purpose f

[1/*] [IPSEC]: Kill unused decap state argument

2006-03-31 Thread Herbert Xu
Hi Dave: This patch removes the decap_state argument from the xfrm input hook. Previously this function allowed the input hook to share state with the post_input hook. The latter has since been removed. The only purpose for it now is to check the encap type. However, it is easier and better to