]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: clean up TFO server's initial tcp_rearm_rto() call
authorWei Wang <weiwan@google.com>
Wed, 4 Oct 2017 17:04:04 +0000 (10:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 04:10:16 +0000 (21:10 -0700)
commitdbee30fe84a49970c68ce0a2aeb6ee5e269fe3d1
treedd1e2af036946ad53dcc4a32143f70dc494ac55b
parent2fbbbc874805858976f2edf8d2d29cf2c70a304a
tcp: clean up TFO server's initial tcp_rearm_rto() call

This commit does a cleanup and moves tcp_rearm_rto() call in the TFO
server case into a previous spot in tcp_rcv_state_process() to make
it more compact.
This is only a cosmetic change.

Suggested-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Wei Wang <weiwan@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c