diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2007-11-14 00:43:11 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:53:48 -0500 |
commit | 862b82c6f960cc61274d370aa78ce1112f92a83e (patch) | |
tree | 51e252e1525dd7d02a695d428890a4c37fae2442 /net/ipv4/xfrm4_policy.c | |
parent | ef76bc23ef2acf20c8f7f841a542d8ab74c827c6 (diff) |
[IPSEC]: Merge most of the output path
As part of the work on asynchrnous cryptographic operations, we need
to be able to resume from the spot where they occur. As such, it
helps if we isolate them to one spot.
This patch moves most of the remaining family-specific processing into
the common output code.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/xfrm4_policy.c')
-rw-r--r-- | net/ipv4/xfrm4_policy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c index 1d7524375b49..b4948c170b3e 100644 --- a/net/ipv4/xfrm4_policy.c +++ b/net/ipv4/xfrm4_policy.c | |||
@@ -237,6 +237,7 @@ static struct dst_ops xfrm4_dst_ops = { | |||
237 | .update_pmtu = xfrm4_update_pmtu, | 237 | .update_pmtu = xfrm4_update_pmtu, |
238 | .destroy = xfrm4_dst_destroy, | 238 | .destroy = xfrm4_dst_destroy, |
239 | .ifdown = xfrm4_dst_ifdown, | 239 | .ifdown = xfrm4_dst_ifdown, |
240 | .local_out = __ip_local_out, | ||
240 | .gc_thresh = 1024, | 241 | .gc_thresh = 1024, |
241 | .entry_size = sizeof(struct xfrm_dst), | 242 | .entry_size = sizeof(struct xfrm_dst), |
242 | }; | 243 | }; |