]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitda123e3cffcc21c4763ee14956a59344b636bffb
tree3c9f998639bc2374a86b1f2251ae421e625c1e9d
parenteab8fa0af3af298b416ad4d1be98e7451b895373
[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