tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()
authorEric Dumazet <edumazet@google.com>
Thu, 6 Feb 2025 09:34:36 +0000 (09:34 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 7 Feb 2025 19:52:39 +0000 (11:52 -0800)
commitd876ec8d3ed3e2f9d29ed866248a294d71e40d86
tree4fef435adaa46794d50b4c8c403431c69dbb4f60
parenta494d1512c7c7ba2a05bac51ed4b133baa2a9bc8
tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()

These two functions are not called from modules.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Joe Damato <jdamato@fastly.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250206093436.2609008-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c