aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2025-02-06 09:34:36 +0000
committerJakub Kicinski <[email protected]>2025-02-07 19:52:39 +0000
commitd876ec8d3ed3e2f9d29ed866248a294d71e40d86 (patch)
tree4fef435adaa46794d50b4c8c403431c69dbb4f60 /net/ipv4/tcp_output.c
parentvxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup() (diff)
downloadkernel-d876ec8d3ed3e2f9d29ed866248a294d71e40d86.tar.gz
kernel-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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Reviewed-by: Joe Damato <[email protected]> Reviewed-by: Kuniyuki Iwashima <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
-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.