diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 2b214cc3724c..18a09a78ca0b 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -2231,7 +2231,7 @@ struct sk_buff *tcp_tso_segment(struct sk_buff *skb, int features) | |||
2231 | th->cwr = 0; | 2231 | th->cwr = 0; |
2232 | } while (skb->next); | 2232 | } while (skb->next); |
2233 | 2233 | ||
2234 | delta = htonl(oldlen + (skb->tail - skb_transport_header(skb)) + | 2234 | delta = htonl(oldlen + (skb->tail - skb->transport_header) + |
2235 | skb->data_len); | 2235 | skb->data_len); |
2236 | th->check = ~csum_fold((__force __wsum)((__force u32)th->check + | 2236 | th->check = ~csum_fold((__force __wsum)((__force u32)th->check + |
2237 | (__force u32)delta)); | 2237 | (__force u32)delta)); |