Files
linux-stable-mirror/include/linux
Eric Dumazet a6df1ae938 tcp: add OFO snmp counters
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: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-07-16 22:12:00 -07:00
..
2012-06-19 21:40:14 +02:00
2012-06-06 15:20:22 -04:00
2012-05-25 12:46:23 +05:30
2012-06-27 15:42:24 -07:00
2012-05-29 23:28:33 -04:00
2012-07-02 15:11:12 +02:00
2012-06-30 15:56:40 -07:00
2012-05-31 17:49:30 -07:00
2012-05-31 17:49:32 -07:00
2012-05-31 17:49:26 -07:00
2012-05-31 17:49:30 -07:00
2012-05-29 23:28:41 -04:00
2012-05-22 15:20:28 -04:00
2012-05-29 22:33:55 -04:00
2012-07-09 16:42:24 -04:00
2012-05-26 14:17:30 -04:00
2012-06-05 18:38:47 -04:00
2012-07-05 15:18:30 +02:00
2012-06-20 14:39:36 -07:00
2012-06-06 17:08:00 +02:00
2012-07-12 07:54:46 -07:00
2012-06-01 12:58:52 -04:00
2012-06-15 15:30:15 -07:00
2012-05-31 17:49:26 -07:00
2012-07-16 22:12:00 -07:00
2012-06-04 11:27:40 -04:00
2012-06-13 21:16:42 +02:00
2012-07-11 18:12:59 -07:00