[TCP]: add tcp_slow_start helper
authorStephen Hemminger <shemminger@osdl.org>
Fri, 11 Nov 2005 01:07:24 +0000 (17:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Nov 2005 01:07:24 +0000 (17:07 -0800)
commit7faffa1c7fb9b8e8917e3225d4e2638270c0a48b
tree3c9f998639bc2374a86b1f2251ae421e625c1e9d
parent2d2abbab63f6726a147ae61ada39bf2c9ee0db9a
[TCP]: add tcp_slow_start helper

Move all the code that does linear TCP slowstart to one
inline function to ease later patch to add ABC support.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_bic.c
net/ipv4/tcp_cong.c
net/ipv4/tcp_highspeed.c
net/ipv4/tcp_htcp.c
net/ipv4/tcp_scalable.c
net/ipv4/tcp_vegas.c