diff options
author | Rick Jones <rick.jones2@hp.com> | 2015-07-21 16:14:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-21 22:36:33 -0700 |
commit | b56ea2985d389a3676638203323ebe22c261b7fe (patch) | |
tree | b302fea7a9b62c0d8bddf6a9342dfcecf4695a8b /include | |
parent | 0b2c2a931a051e75f9df429b520bb2c2f2bb056b (diff) | |
download | linux-b56ea2985d389a3676638203323ebe22c261b7fe.tar.gz linux-b56ea2985d389a3676638203323ebe22c261b7fe.tar.bz2 linux-b56ea2985d389a3676638203323ebe22c261b7fe.zip |
net: track success and failure of TCP PMTU probing
Track success and failure of TCP PMTU probing.
Signed-off-by: Rick Jones <rick.jones2@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/snmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h index eee8968407f0..25a9ad8bcef1 100644 --- a/include/uapi/linux/snmp.h +++ b/include/uapi/linux/snmp.h @@ -278,6 +278,8 @@ enum LINUX_MIB_TCPACKSKIPPEDCHALLENGE, /* TCPACKSkippedChallenge */ LINUX_MIB_TCPWINPROBE, /* TCPWinProbe */ LINUX_MIB_TCPKEEPALIVE, /* TCPKeepAlive */ + LINUX_MIB_TCPMTUPFAIL, /* TCPMTUPFail */ + LINUX_MIB_TCPMTUPSUCCESS, /* TCPMTUPSuccess */ __LINUX_MIB_MAX }; |