diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 424d9c4a67ac..e8b0fdd9edb8 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1012,14 +1012,14 @@ static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb) | |||
1012 | } | 1012 | } |
1013 | #endif | 1013 | #endif |
1014 | 1014 | ||
1015 | buff->csum = csum_partial((char *)t1, sizeof(*t1), 0); | 1015 | buff->csum = csum_partial((char *)t1, tot_len, 0); |
1016 | 1016 | ||
1017 | memset(&fl, 0, sizeof(fl)); | 1017 | memset(&fl, 0, sizeof(fl)); |
1018 | ipv6_addr_copy(&fl.fl6_dst, &ipv6_hdr(skb)->saddr); | 1018 | ipv6_addr_copy(&fl.fl6_dst, &ipv6_hdr(skb)->saddr); |
1019 | ipv6_addr_copy(&fl.fl6_src, &ipv6_hdr(skb)->daddr); | 1019 | ipv6_addr_copy(&fl.fl6_src, &ipv6_hdr(skb)->daddr); |
1020 | 1020 | ||
1021 | t1->check = csum_ipv6_magic(&fl.fl6_src, &fl.fl6_dst, | 1021 | t1->check = csum_ipv6_magic(&fl.fl6_src, &fl.fl6_dst, |
1022 | sizeof(*t1), IPPROTO_TCP, | 1022 | tot_len, IPPROTO_TCP, |
1023 | buff->csum); | 1023 | buff->csum); |
1024 | 1024 | ||
1025 | fl.proto = IPPROTO_TCP; | 1025 | fl.proto = IPPROTO_TCP; |