Searched hist:"2 fbdd56251b5c62f96589f39eded277260de7267" (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp.c | diff 2fbdd56251b5c62f96589f39eded277260de7267 Fri Jan 31 19:22:47 CET 2020 Eric Dumazet <edumazet@google.com> tcp: clear tp->delivered in tcp_disconnect()
tp->delivered needs to be cleared in tcp_disconnect().
tcp_disconnect() is rarely used, but it is worth fixing it.
Fixes: ddf1af6fa00e ("tcp: new delivery accounting") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Yuchung Cheng <ycheng@google.com> Cc: Neal Cardwell <ncardwell@google.com> Acked-by: Yuchung Cheng <ycheng@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Acked-by: Soheil Hassas Yeganeh <soheil@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|