tcp: Move rcvq sending to tcp_input.c
authorPavel Emelyanov <xemul@parallels.com>
Thu, 10 May 2012 01:49:41 +0000 (01:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2012 03:24:35 +0000 (23:24 -0400)
commit292e8d8c853889140ed77b7b37c66979b13080ae
tree7b5c1e110d68904277826e13c9daed638fef618d
parent74e04aca1abb8d697ca88e472a2d08dfbe19a0e1
tcp: Move rcvq sending to tcp_input.c

It actually works on the input queue and will use its read mem
routines, thus it's better to have in in the tcp_input.c file.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_input.c