aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2025-02-06 09:34:36 +0000
committerJakub Kicinski <kuba@kernel.org>2025-02-07 11:52:39 -0800
commitd876ec8d3ed3e2f9d29ed866248a294d71e40d86 (patch)
tree4fef435adaa46794d50b4c8c403431c69dbb4f60 /net/ipv4/tcp_output.c
parentvxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup() (diff)
downloadwireguard-linux-d876ec8d3ed3e2f9d29ed866248a294d71e40d86.tar.xz
wireguard-linux-d876ec8d3ed3e2f9d29ed866248a294d71e40d86.zip
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>
Diffstat (limited to '')
-rw-r--r--net/ipv4/tcp_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index bc95d2a5924f..ef9f6172680f 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -1813,7 +1813,6 @@ void tcp_mtup_init(struct sock *sk)
if (icsk->icsk_mtup.enabled)
icsk->icsk_mtup.probe_timestamp = tcp_jiffies32;
}
-EXPORT_SYMBOL(tcp_mtup_init);
/* This function synchronize snd mss to current pmtu/exthdr set.