]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IPSEC]: Remove nhoff from xfrm_input
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Nov 2007 02:47:58 +0000 (18:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:53 +0000 (14:53 -0800)
commit60d5fcfb19d8a958fc563e52240cd05ec23f36c9
treef1bb64a18b1b183ad1cdf84f88a42a0b643af720
parentd26f398400311982d2433debae85746c348b7d58
[IPSEC]: Remove nhoff from xfrm_input

The nhoff field isn't actually necessary in xfrm_input.  For tunnel
mode transforms we now throw away the output IP header so it makes no
sense to fill in the nexthdr field.  For transport mode we can now let
the function transport_finish do the setting and it knows where the
nexthdr field is.

The only other thing that needs the nexthdr field to be set is the
header extraction code.  However, we can simply move the protocol
extraction out of the generic header extraction.

We want to minimise the amount of info we have to carry around between
transforms as this simplifies the resumption process for async crypto.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/ipv4/xfrm4_input.c
net/ipv4/xfrm4_output.c
net/ipv4/xfrm4_state.c
net/ipv6/xfrm6_input.c
net/ipv6/xfrm6_output.c
net/ipv6/xfrm6_state.c
net/xfrm/xfrm_input.c