|
@@ -285,7 +285,7 @@ static struct dst_ops xfrm6_dst_ops = {
|
|
.destroy = xfrm6_dst_destroy,
|
|
.destroy = xfrm6_dst_destroy,
|
|
.ifdown = xfrm6_dst_ifdown,
|
|
.ifdown = xfrm6_dst_ifdown,
|
|
.local_out = __ip6_local_out,
|
|
.local_out = __ip6_local_out,
|
|
- .gc_thresh = 1024,
|
|
|
|
|
|
+ .gc_thresh = 32768,
|
|
};
|
|
};
|
|
|
|
|
|
static struct xfrm_policy_afinfo xfrm6_policy_afinfo = {
|
|
static struct xfrm_policy_afinfo xfrm6_policy_afinfo = {
|