aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>2007-09-25 22:47:31 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:52:39 -0700
commit912d8f0b1f17b7e851ebbfeb17a16de9f9c7cb88 (patch)
tree176cf4f23aaae9790d947579473da1f8d349a942 /include/linux
parent[TCP]: Reordered ACK's (old) SACKs not included to discarded MIB (diff)
downloadlinux-dev-912d8f0b1f17b7e851ebbfeb17a16de9f9c7cb88.tar.xz
linux-dev-912d8f0b1f17b7e851ebbfeb17a16de9f9c7cb88.zip
[TCP] MIB: Count FRTO's successfully detected spurious RTOs
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/snmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/snmp.h b/include/linux/snmp.h
index d8fd3ec4148a..89f0c2b5f405 100644
--- a/include/linux/snmp.h
+++ b/include/linux/snmp.h
@@ -213,6 +213,7 @@ enum
LINUX_MIB_TCPSACKDISCARD, /* TCPSACKDiscard */
LINUX_MIB_TCPDSACKIGNOREDOLD, /* TCPSACKIgnoredOld */
LINUX_MIB_TCPDSACKIGNOREDNOUNDO, /* TCPSACKIgnoredNoUndo */
+ LINUX_MIB_TCPSPURIOUSRTOS, /* TCPSpuriousRTOs */
__LINUX_MIB_MAX
};