]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita9eedecef60602d0e259a221af62787867527576
treec0bd2b1721b09a21e9d44e92e2532dc79373844f
parent23a562fcd75c19c0ed7dad186cc0f7d65f276032
[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