]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit128eda86bebeacefb0fcc64cab0155aa76857c92
tree64f9202bb2851687f07f0ee277dab95d7b0f502f
parent7c1c7308592f0f261836a96e37b7835ffd10d85b
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