commit | 631a6698d09e57cadc069914d613899609a0ae83 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Oct 10 15:46:21 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:56 2007 -0700 |
tree | 7e915991e7dea60077e2f160908820c90e34fb18 | |
parent | ceb1eec8291175686d0208e66595ff83bc0624e2 [diff] |
[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>