]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[TCP]: Move send test logic out of net/tcp.h
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:18:03 +0000 (15:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:18:03 +0000 (15:18 -0700)
commitf6302d1d78f77c2d4c8bd32b0afc2df7fdf5f281
tree204ae65914f845312059af3fbd633460bda820e9
parentfc6415bcb0f58f03adb910e56d7e1df6368794e0
[TCP]: Move send test logic out of net/tcp.h

This just moves the code into tcp_output.c, no code logic changes are
made by this patch.

Using this as a baseline, we can begin to untangle the mess of
comparisons for the Nagle test et al.  We will also be able to reduce
all of the redundant computation that occurs when outputting data
packets.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_output.c