OSDN Git Service

[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)
commit84d3e7b9573291a1ea845bdd51b74bb484597661
treec0bd2b1721b09a21e9d44e92e2532dc79373844f
parentf6302d1d78f77c2d4c8bd32b0afc2df7fdf5f281
[TCP]: Move __tcp_data_snd_check into tcp_output.c

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>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c