]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit7e0ca8a4c19c5fbaa802ffd609f5f9ab9249af5d
tree0ed88ccffb236a4eae2c955bf245b314d0efabb4
parentd2329f102d846214e449941289c7009e16be01a0
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