tcp: add drop reason support to tcp_prune_ofo_queue()
authorEric Dumazet <edumazet@google.com>
Sat, 16 Apr 2022 00:10:45 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2022 12:31:31 +0000 (13:31 +0100)
commite7c89ae4078eab24af71ba26b91642e819a4bd7f
treea5a20ce801fbc682082e6f0c241c473d278893f1
parent4b506af9c5b8de0da34097d50d9448dfb33d70c3
tcp: add drop reason support to tcp_prune_ofo_queue()

Add one reason for packets dropped from OFO queue because
of memory pressure.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/trace/events/skb.h
net/ipv4/tcp_input.c