[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Thu, 9 Aug 2007 11:37:30 +0000 (14:37 +0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:56 +0000 (16:47 -0700)
commit83ae40885f33e406c87c86b0bd4b6fd31a741f12
tree659de08c231db85ec46f0c3bc1b86252a6561e21
parentb5860bbac7be1381626f3dc8a0cb970a60fcefb4
[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines

tp->left_out got removed but nothing came to replace it back
then (users just did addition by themselves), so add function
for users now.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c