[TCP]: Move __tcp_data_snd_check into tcp_output.c
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:18:18 +0000 (15:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:18:18 +0000 (15:18 -0700)
It reimplements portions of tcp_snd_check(), so it
we move it to tcp_output.c we can consolidate it's
logic much easier in a later change.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found