[PATCH 7/7] [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c

2007-10-10 Thread Herbert Xu
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c This patch makes the IPv4 x-type-input functions return the next protocol instead of setting it directly. This is identical to how we do things in IPv6 and will help us merge common code on the input path. Signed-off-by:

Re: [PATCH 7/7] [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c

2007-10-10 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Wed, 10 Oct 2007 22:40:16 +0800 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c This patch makes the IPv4 x-type-input functions return the next protocol instead of setting it directly. This is identical to how we do things in