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 thing
[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: Herb