diff options
author | Eric Dumazet <edumazet@google.com> | 2018-07-23 09:28:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-23 12:01:36 -0700 |
commit | 58152ecbbcc6a0ce7fddd5bf5f6ee535834ece0c (patch) | |
tree | 67c0e66dbb4895d1c03116df3a63896c67431680 /net/ipv4/inet_fragment.c | |
parent | 8541b21e781a22dce52a74fef0b9bed00404a1cd (diff) |
tcp: add tcp_ooo_try_coalesce() helper
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>
Diffstat (limited to 'net/ipv4/inet_fragment.c')
0 files changed, 0 insertions, 0 deletions