]> git.baikalelectronics.ru Git - kernel.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)
commit622db0a226b5cf29bc7ee6516da46c2b04d5bf33
tree6766616cf1893276f5d5c30845e4d88615305d7c
parent28a4265bbaf89c8022d08442285f357080341d06
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