tcp: refactor undo functions
authorYuchung Cheng <ycheng@google.com>
Wed, 29 May 2013 14:20:12 +0000 (14:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 01:06:11 +0000 (18:06 -0700)
commit6a63df46a7363833a0dc0c431027f522b3487972
treec3d2b0919c7ee440bf3d9ad7e67e6485767d7539
parent6804973ffb4288bba14d53223e2fbb2bbd1d2e1b
tcp: refactor undo functions

Refactor and relocate various functions or variables to prepare the
undo fix.  Remove some unused function arguments. Rename tcp_undo_cwr
to tcp_undo_cwnd_reduction to be consistent with the rest of
CWR related function names.

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