diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index c00e7d51bb18..7717302cab91 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1523,6 +1523,8 @@ static inline void tcp_check_send_head(struct sock *sk, struct sk_buff *skb_unli | |||
1523 | { | 1523 | { |
1524 | if (sk->sk_send_head == skb_unlinked) | 1524 | if (sk->sk_send_head == skb_unlinked) |
1525 | sk->sk_send_head = NULL; | 1525 | sk->sk_send_head = NULL; |
1526 | if (tcp_sk(sk)->highest_sack == skb_unlinked) | ||
1527 | tcp_sk(sk)->highest_sack = NULL; | ||
1526 | } | 1528 | } |
1527 | 1529 | ||
1528 | static inline void tcp_init_send_head(struct sock *sk) | 1530 | static inline void tcp_init_send_head(struct sock *sk) |