]> git.ipfire.org Git - thirdparty/linux.git/commit
udp: Remove UDP-Lite SNMP stats.
authorKuniyuki Iwashima <kuniyu@google.com>
Wed, 11 Mar 2026 05:19:52 +0000 (05:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 Mar 2026 01:57:44 +0000 (18:57 -0700)
commit7accba6fd1ab60fb4f3a5c15c52d6fbb3af7f3a3
treee0b2ba9d3b2fa0540bfa66222825b490237c4d44
parent56520b398e5e6ee129c6279d8649ca959765a0a0
udp: Remove UDP-Lite SNMP stats.

Since UDP and UDP-Lite shared most of the code, we have had
to check the protocol every time we increment SNMP stats.

Now that the UDP-Lite paths are dead, let's remove UDP-Lite
SNMP stats.

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260311052020.1213705-6-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/netns/mib.h
include/net/udp.h
net/ipv4/af_inet.c
net/ipv4/proc.c
net/ipv4/udp.c
net/ipv6/af_inet6.c
net/ipv6/proc.c
net/ipv6/udp.c