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>
This commit is contained in:

committed by
David S. Miller

parent
0b2c2a931a
commit
b56ea2985d
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user