diff options
Diffstat (limited to 'net/ipv6/esp6.c')
-rw-r--r-- | net/ipv6/esp6.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv6/esp6.c b/net/ipv6/esp6.c index d15da1377149..7b6e830ebc6d 100644 --- a/net/ipv6/esp6.c +++ b/net/ipv6/esp6.c | |||
@@ -17,10 +17,10 @@ | |||
17 | * Authors | 17 | * Authors |
18 | * | 18 | * |
19 | * Mitsuru KANDA @USAGI : IPv6 Support | 19 | * Mitsuru KANDA @USAGI : IPv6 Support |
20 | * Kazunori MIYAZAWA @USAGI : | 20 | * Kazunori MIYAZAWA @USAGI : |
21 | * Kunihiro Ishiguro <kunihiro@ipinfusion.com> | 21 | * Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
22 | * | 22 | * |
23 | * This file is derived from net/ipv4/esp.c | 23 | * This file is derived from net/ipv4/esp.c |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #define pr_fmt(fmt) "IPv6: " fmt | 26 | #define pr_fmt(fmt) "IPv6: " fmt |
@@ -598,7 +598,7 @@ static int esp6_init_state(struct xfrm_state *x) | |||
598 | case XFRM_MODE_BEET: | 598 | case XFRM_MODE_BEET: |
599 | if (x->sel.family != AF_INET6) | 599 | if (x->sel.family != AF_INET6) |
600 | x->props.header_len += IPV4_BEET_PHMAXLEN + | 600 | x->props.header_len += IPV4_BEET_PHMAXLEN + |
601 | (sizeof(struct ipv6hdr) - sizeof(struct iphdr)); | 601 | (sizeof(struct ipv6hdr) - sizeof(struct iphdr)); |
602 | break; | 602 | break; |
603 | case XFRM_MODE_TRANSPORT: | 603 | case XFRM_MODE_TRANSPORT: |
604 | break; | 604 | break; |