]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: do not pass timestamp to tcp_rate_gen()
authorEric Dumazet <edumazet@google.com>
Tue, 25 Apr 2017 17:15:37 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:44:38 +0000 (14:44 -0400)
commit88d5c65098e5d15f2cea81f90bb6ecc167e1aa3b
tree6766616cf1893276f5d5c30845e4d88615305d7c
parent1317a9d69f5fa0f5417237772f55a4aac49f7921
tcp: do not pass timestamp to tcp_rate_gen()

No longer needed, since tp->tcp_mstamp holds the information.

This is needed to remove sack_state.ack_time in a following patch.

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_rate.c