aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/xfrm6_policy.c')
-rw-r--r--net/ipv6/xfrm6_policy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c
index 63932c5fd3c7..a31dd531e191 100644
--- a/net/ipv6/xfrm6_policy.c
+++ b/net/ipv6/xfrm6_policy.c
@@ -252,6 +252,7 @@ static struct dst_ops xfrm6_dst_ops = {
252 .update_pmtu = xfrm6_update_pmtu, 252 .update_pmtu = xfrm6_update_pmtu,
253 .destroy = xfrm6_dst_destroy, 253 .destroy = xfrm6_dst_destroy,
254 .ifdown = xfrm6_dst_ifdown, 254 .ifdown = xfrm6_dst_ifdown,
255 .local_out = __ip6_local_out,
255 .gc_thresh = 1024, 256 .gc_thresh = 1024,
256 .entry_size = sizeof(struct xfrm_dst), 257 .entry_size = sizeof(struct xfrm_dst),
257}; 258};