]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: refactor CA_Loss state processing
authorYuchung Cheng <ycheng@google.com>
Wed, 20 Mar 2013 13:32:59 +0000 (13:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2013 15:47:51 +0000 (11:47 -0400)
commitab42d9ee3d215ab74a49818ffc53771a88ce7ddf
treedb72c31294c11da6fcb53581dcb47340bc02f2cb
parent9b44190dc114c1720b34975b5bfc65aece112ced
tcp: refactor CA_Loss state processing

Consolidate all of TCP CA_Loss state processing in
tcp_fastretrans_alert() into a new function called tcp_process_loss().
This is to prepare the new F-RTO implementation in the next patch.

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