aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-02-26 19:08:59 -0800
committerDavid S. Miller <davem@davemloft.net>2015-02-28 16:56:51 -0500
commit74abc20cedf6f95a0065665c55180ef2d4828ba5 (patch)
tree41ee897ae926f53cd1ae0bc03c80e2de4857bacb /net/ipv4/tcp_fastopen.c
parenthyperv: Implement netvsc_get_channels() ethool op (diff)
downloadlinux-dev-74abc20cedf6f95a0065665c55180ef2d4828ba5.tar.xz
linux-dev-74abc20cedf6f95a0065665c55180ef2d4828ba5.zip
tcp: cleanup static functions
tcp_fastopen_create_child() is static and should not be exported. tcp4_gso_segment() and tcp6_gso_segment() should be static. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/tcp_fastopen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_fastopen.c b/net/ipv4/tcp_fastopen.c
index ea82fd492c1b..fe77417fc137 100644
--- a/net/ipv4/tcp_fastopen.c
+++ b/net/ipv4/tcp_fastopen.c
@@ -221,7 +221,6 @@ static bool tcp_fastopen_create_child(struct sock *sk,
WARN_ON(req->sk == NULL);
return true;
}
-EXPORT_SYMBOL(tcp_fastopen_create_child);
static bool tcp_fastopen_queue_check(struct sock *sk)
{