diff options
author | Yafang Shao <laoar.shao@gmail.com> | 2018-06-28 00:22:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-30 18:43:53 +0900 |
commit | ea5d0c32498e1a08ff5f3dbeafa4d74895851b0d (patch) | |
tree | 75f4e63b128510f799324bc81ce59fedb930ffb1 /net/iucv | |
parent | 83607344d667315687e1a5ddd2ad2fbbff22cc43 (diff) | |
download | linux-ea5d0c32498e1a08ff5f3dbeafa4d74895851b0d.tar.gz linux-ea5d0c32498e1a08ff5f3dbeafa4d74895851b0d.tar.bz2 linux-ea5d0c32498e1a08ff5f3dbeafa4d74895851b0d.zip |
tcp: add new SNMP counter for drops when try to queue in rcv queue
When sk_rmem_alloc is larger than the receive buffer and we can't
schedule more memory for it, the skb will be dropped.
In above situation, if this skb is put into the ofo queue,
LINUX_MIB_TCPOFODROP is incremented to track it.
While if this skb is put into the receive queue, there's no record.
So a new SNMP counter is introduced to track this behavior.
LINUX_MIB_TCPRCVQDROP: Number of packets meant to be queued in rcv queue
but dropped because socket rcvbuf limit hit.
Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/iucv')
0 files changed, 0 insertions, 0 deletions