]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: remove some unused EXPORT_SYMBOL()s
authorSabrina Dubroca <sd@queasysnail.net>
Thu, 11 Jun 2026 10:21:34 +0000 (12:21 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 12 Jun 2026 23:43:11 +0000 (16:43 -0700)
commitf51a442dc15ade43fd2120519ed6b06bf89258ff
tree9adf3d914a9550064d6cf18d95130228e5e8fa7d
parentcdae65fc43f28b6508d85fa242264f3bc5c9a5c7
net: remove some unused EXPORT_SYMBOL()s

chtls was using a lot of symbols that no other module requires. Remove
those EXPORT_SYMBOL()s.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/d124db74f6f0838b652f0ee4b4530964f3cf8d49.1781165969.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/stream.c
net/ipv4/inet_connection_sock.c
net/ipv4/inet_hashtables.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c