]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter
authorEric Dumazet <edumazet@google.com>
Mon, 13 Jan 2025 13:55:58 +0000 (13:55 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 Jan 2025 21:28:13 +0000 (13:28 -0800)
commitd16b34479064fcb8dbb66a72308b5034be819161
tree5fd02d2298c5cd5c174f0f8775e5673fdaa654d3
parent124c4c32e9f3b4d89f5be3342897adc8db5c27b8
tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter

Prior patch in the series added TCP_RFC7323_PAWS_ACK drop reason.

This patch adds the corresponding SNMP counter, for folks
using nstat instead of tracing for TCP diagnostics.

nstat -az | grep PAWSOldAck

Suggested-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Tested-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250113135558.3180360-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/dropreason-core.h
include/uapi/linux/snmp.h
net/ipv4/proc.c
net/ipv4/tcp_input.c