]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Add return value indication to tcp_prune_ofo_queue().
authorVitaliy Gusev <vgusev@openvz.org>
Wed, 16 Apr 2008 03:26:34 +0000 (20:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 03:26:34 +0000 (20:26 -0700)
commit620709de947a11f60f3d3c04e70b2671bbfd432f
treecdd34f6fed1fcbaa80f2fb2bf17df4fe03a316db
parente71fe296d5f5f329fe5da81fba0cfa86831b055d
[TCP]: Add return value indication to tcp_prune_ofo_queue().

Returns non-zero if tp->out_of_order_queue was seen non-empty.
This allows tcp_try_rmem_schedule() to return early.

Signed-off-by: Vitaliy Gusev <vgusev@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c