Files
linux/net/ipv4
Eric Dumazet 36ee106e84 tcp: add tcp_ooo_try_coalesce() helper
commit 58152ecbbc upstream.

In case skb in out_or_order_queue is the result of
multiple skbs coalescing, we would like to get a proper gso_segs
counter tracking, so that future tcp_drop() can report an accurate
number.

I chose to not implement this tracking for skbs in receive queue,
since they are not dropped, unless socket is disconnected.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-09 12:18:00 +02:00
..
2018-04-13 19:48:32 +02:00
2017-11-18 11:22:22 +01:00
2016-10-20 14:32:22 -04:00
2018-07-28 07:49:11 +02:00
2016-09-21 00:23:01 -04:00
2017-11-18 11:22:22 +01:00
2017-05-14 14:00:21 +02:00
2016-09-01 14:09:01 -07:00
2017-06-17 06:41:49 +02:00
2015-09-17 17:18:37 -07:00
2013-05-31 17:19:05 -07:00