diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/xfrm4_policy.c | 2 | ||||
-rw-r--r-- | net/ipv6/xfrm6_policy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c index ccde54248c8c..4764ee48447c 100644 --- a/net/ipv4/xfrm4_policy.c +++ b/net/ipv4/xfrm4_policy.c | |||
@@ -236,7 +236,7 @@ static struct dst_ops xfrm4_dst_ops = { | |||
236 | .destroy = xfrm4_dst_destroy, | 236 | .destroy = xfrm4_dst_destroy, |
237 | .ifdown = xfrm4_dst_ifdown, | 237 | .ifdown = xfrm4_dst_ifdown, |
238 | .local_out = __ip_local_out, | 238 | .local_out = __ip_local_out, |
239 | .gc_thresh = 1024, | 239 | .gc_thresh = 32768, |
240 | }; | 240 | }; |
241 | 241 | ||
242 | static struct xfrm_policy_afinfo xfrm4_policy_afinfo = { | 242 | static struct xfrm_policy_afinfo xfrm4_policy_afinfo = { |
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c index 08ed2772b7aa..dd503a3535ff 100644 --- a/net/ipv6/xfrm6_policy.c +++ b/net/ipv6/xfrm6_policy.c | |||
@@ -285,7 +285,7 @@ static struct dst_ops xfrm6_dst_ops = { | |||
285 | .destroy = xfrm6_dst_destroy, | 285 | .destroy = xfrm6_dst_destroy, |
286 | .ifdown = xfrm6_dst_ifdown, | 286 | .ifdown = xfrm6_dst_ifdown, |
287 | .local_out = __ip6_local_out, | 287 | .local_out = __ip6_local_out, |
288 | .gc_thresh = 1024, | 288 | .gc_thresh = 32768, |
289 | }; | 289 | }; |
290 | 290 | ||
291 | static struct xfrm_policy_afinfo xfrm6_policy_afinfo = { | 291 | static struct xfrm_policy_afinfo xfrm6_policy_afinfo = { |