commit | 6a63df46a7363833a0dc0c431027f522b3487972 | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Wed May 29 14:20:12 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 30 18:06:11 2013 -0700 |
tree | c3d2b0919c7ee440bf3d9ad7e67e6485767d7539 | |
parent | 6804973ffb4288bba14d53223e2fbb2bbd1d2e1b [diff] |
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>