aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/xfrm6_policy.c2
1 files changed, 1 insertions, 1 deletions
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
291static struct xfrm_policy_afinfo xfrm6_policy_afinfo = { 291static struct xfrm_policy_afinfo xfrm6_policy_afinfo = {