]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.c
authorEric Dumazet <edumazet@google.com>
Wed, 4 Mar 2026 02:27:06 +0000 (02:27 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Mar 2026 02:33:51 +0000 (18:33 -0800)
commit46cb1fcdb75b2dab2f3ed62caad04fe939549943
tree2485b46d0acc3f4cef35f62abf01d31343295db4
parent54f5a89da9e083322a0af171126020d509593414
tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.c

tcp_v6_early_demux() has a single caller : ip6_rcv_finish_core().

Move it to net/ipv6/ip6_input.c and mark it static, for possible
compiler/linker optimizations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260304022706.1062459-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tcp.h
net/ipv6/ip6_input.c
net/ipv6/tcp_ipv6.c