Home
last modified time | relevance | path

Searched hist:f6302d1d78f77c2d4c8bd32b0afc2df7fdf5f281 (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dtcp.hdiff f6302d1d78f77c2d4c8bd32b0afc2df7fdf5f281 Wed Jul 06 00:18:03 CEST 2005 David S. Miller <davem@davemloft.net> [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>
/linux/net/ipv4/
H A Dtcp_output.cdiff f6302d1d78f77c2d4c8bd32b0afc2df7fdf5f281 Wed Jul 06 00:18:03 CEST 2005 David S. Miller <davem@davemloft.net> [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>