]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: do not pass timestamp to tcp_rack_mark_lost()
authorEric Dumazet <edumazet@google.com>
Tue, 25 Apr 2017 17:15:34 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:44:37 +0000 (14:44 -0400)
commit717dbb3bb467ad6f52d2eaeac9515a418ec8b624
tree64f9202bb2851687f07f0ee277dab95d7b0f502f
parenta1d7c6c23f8e93f05d976d3f5565c3a9cf29162f
tcp: do not pass timestamp to tcp_rack_mark_lost()

This is no longer used, since tcp_rack_detect_loss() takes
the timestamp from 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>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_recovery.c