• Eric Dumazet's avatar
    tcp: add OFO snmp counters · a6df1ae9
    Eric Dumazet authored
    Add three SNMP TCP counters, to better track TCP behavior
    at global stage (netstat -s), when packets are received
    Out Of Order (OFO)
    
    TCPOFOQueue : Number of packets queued in OFO queue
    
    TCPOFODrop  : Number of packets meant to be queued in OFO
                  but dropped because socket rcvbuf limit hit.
    
    TCPOFOMerge : Number of packets in OFO that were merged with
                  other packets.
    Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a6df1ae9
snmp.h 10.1 KB