]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()
authorEric Dumazet <edumazet@google.com>
Tue, 25 Apr 2017 17:15:39 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:44:38 +0000 (14:44 -0400)
commit8c8521855b6b423dd4981eccca93ac49a6b56db3
tree0ed88ccffb236a4eae2c955bf245b314d0efabb4
parent65fa85654f1fa3d98796344cccac2e489e9db184
tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()

Following patch will remove ack_time from struct tcp_sacktag_state

Same info is now found in tp->tcp_mstamp

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c