]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipv6: remove __inet6_csk_dst_check()
authorEric Dumazet <edumazet@google.com>
Tue, 27 Jan 2026 21:12:03 +0000 (21:12 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Jan 2026 03:37:45 +0000 (19:37 -0800)
commit2f80b2797a63851a42328f98a5a61c951872e173
treef3bbadff2035cee6e1ef796e7cb36712ada44b31
parent5fc90003de59b0f772a1654f5609fa5f87b4300f
ipv6: remove __inet6_csk_dst_check()

__inet6_csk_dst_check() is a very simple wrapper with no value,
it is used only once.

Directly use __sk_dst_check().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260127211203.1524339-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/inet6_connection_sock.c