]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: add sk_drops_skbadd() helper
authorEric Dumazet <edumazet@google.com>
Tue, 26 Aug 2025 12:50:28 +0000 (12:50 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 28 Aug 2025 11:14:50 +0000 (13:14 +0200)
commitcb4d5a6eb600a43c2e3ec7f54e06d07aa33d8062
tree58388c6eb90d6b3b07e2400e8dbf642f45904e9c
parentf86f42ed2c471da5b061492bb8ab1d3d73c19c58
net: add sk_drops_skbadd() helper

Existing sk_drops_add() helper is renamed to sk_drops_skbadd().

Add sk_drops_add() and convert sk_drops_inc() to use it.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250826125031.1578842-3-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/skmsg.h
include/net/sock.h
include/net/udp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c
net/mptcp/protocol.c