]> git.baikalelectronics.ru Git - kernel.git/commit
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 10 Oct 2007 22:46:21 +0000 (15:46 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:56 +0000 (16:55 -0700)
commitcd40da4427ea906fd817a3c85c500640163944fa
tree7e915991e7dea60077e2f160908820c90e34fb18
parent55b95e4782ddc65af2ea89ee357281a788cff78e
[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: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ah4.c
net/ipv4/esp4.c
net/ipv4/ipcomp.c
net/ipv4/xfrm4_input.c
net/ipv4/xfrm4_tunnel.c