aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/esp6.c')
-rw-r--r--net/ipv6/esp6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/esp6.c b/net/ipv6/esp6.c
index 2b8e52e1d0ab..ae50b9511151 100644
--- a/net/ipv6/esp6.c
+++ b/net/ipv6/esp6.c
@@ -379,7 +379,8 @@ static struct xfrm_type esp6_type =
379 .destructor = esp6_destroy, 379 .destructor = esp6_destroy,
380 .get_max_size = esp6_get_max_size, 380 .get_max_size = esp6_get_max_size,
381 .input = esp6_input, 381 .input = esp6_input,
382 .output = esp6_output 382 .output = esp6_output,
383 .hdr_offset = xfrm6_find_1stfragopt,
383}; 384};
384 385
385static struct inet6_protocol esp6_protocol = { 386static struct inet6_protocol esp6_protocol = {