Re: [PATCH 16/24] [IPSEC]: Separate inner/outer mode processing on input

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:32 +0800 > [IPSEC]: Separate inner/outer mode processing on input > > With inter-family transforms the inner mode differs from the outer mode. > Attempting to handle both sides from the same function means that it > needs to handle

[PATCH 16/24] [IPSEC]: Separate inner/outer mode processing on input

2007-11-07 Thread Herbert Xu
[IPSEC]: Separate inner/outer mode processing on input With inter-family transforms the inner mode differs from the outer mode. Attempting to handle both sides from the same function means that it needs to handle both IPv4 and IPv6 which creates duplication and confusion. This patch separates the