commit | 7e0ca8a4c19c5fbaa802ffd609f5f9ab9249af5d | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Apr 25 10:15:39 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 26 14:44:38 2017 -0400 |
tree | 0ed88ccffb236a4eae2c955bf245b314d0efabb4 | |
parent | d2329f102d846214e449941289c7009e16be01a0 [diff] |
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>