diff options
author | Eric Dumazet <edumazet@google.com> | 2014-04-28 22:00:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-30 16:12:22 -0400 |
commit | fc9f35010641ea85dd19d144b86cdd93156f1a1e (patch) | |
tree | 37c597211df463cb893b84d14ae4008d177d6004 /net/ipv4/tcp_diag.c | |
parent | 3dc638d13aced7baad40517a3d70b3b43bf6b90f (diff) |
tcp: increment retransmit counters in tlp and fast open
Both TLP and Fast Open call __tcp_retransmit_skb() instead of
tcp_retransmit_skb() to avoid changing tp->retrans_out.
This has the side effect of missing SNMP counters increments as well
as tcp_info tcpi_total_retrans updates.
Fix this by moving the stats increments of into __tcp_retransmit_skb()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Nandita Dukkipati <nanditad@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_diag.c')
0 files changed, 0 insertions, 0 deletions