]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6141d11fe6827db270e101dc556585aa847dc8e
treec3d2b0919c7ee440bf3d9ad7e67e6485767d7539
parent03a349f9a144518420eba14fa38233cc50b47361
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