]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
inet_diag: change inet_diag_bc_sk() first argument
authorEric Dumazet <edumazet@google.com>
Thu, 28 Aug 2025 10:27:37 +0000 (10:27 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Aug 2025 02:29:24 +0000 (19:29 -0700)
commit9529320ad64e614cfaf96e6b8e3d8c0a1245160c
tree6e94615a1210d139805b8526c3c09d6e06ea84bd
parent4fd84a0aaf2ba125b441aa09d415022385e66bf2
inet_diag: change inet_diag_bc_sk() first argument

We want to have access to the inet_diag_dump_data structure
in the following patch.

This patch removes duplication in callers.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250828102738.2065992-5-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/inet_diag.h
net/ipv4/inet_diag.c
net/ipv4/raw_diag.c
net/ipv4/tcp_diag.c
net/ipv4/udp_diag.c
net/mptcp/mptcp_diag.c