From: Herbert Xu Date: Wed, 14 Nov 2007 05:37:28 +0000 (-0800) Subject: [IPSEC]: Move flow construction into xfrm_dst_lookup X-Git-Tag: v2.6.25-rc1~1162^2~1452 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66cdb3ca27323a92712d289fc5edc7841d74a139;p=pandora-kernel.git [IPSEC]: Move flow construction into xfrm_dst_lookup This patch moves the flow construction from the callers of xfrm_dst_lookup into that function. It also changes xfrm_dst_lookup so that it takes an xfrm state as its argument instead of explicit addresses. This removes any address-specific logic from the callers of xfrm_dst_lookup which is needed to correctly support inter-family transforms. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed