]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: extract code to compute SYNACK RTT
authorNeal Cardwell <ncardwell@google.com>
Sat, 22 Sep 2012 04:18:54 +0000 (04:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Sep 2012 19:47:10 +0000 (15:47 -0400)
commit6095d8b179978116b214ede7c5da6c222f1be880
tree6394f6b3bac15a274dbaecc4c5d46761f838f2ca
parentf1461d9762b7d99b338f021c5436f70d8ec50d16
tcp: extract code to compute SYNACK RTT

In preparation for adding another spot where we compute the SYNACK
RTT, extract this code so that it can be shared.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c