summaryrefslogtreecommitdiff
path: root/net/mptcp
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2020-06-24 01:31:13 +0300
committerDavid S. Miller <davem@davemloft.net>2020-06-24 06:10:15 +0300
commit9b9e2f250e3e6f59ad07e6d03838c27a100e0042 (patch)
tree96f430fc60e62f27758f7946deb43573d97bc903 /net/mptcp
parentb03d2142bea8cf7407a0a668ce8f5f115bd226c4 (diff)
downloadlinux-9b9e2f250e3e6f59ad07e6d03838c27a100e0042.tar.xz
tcp: move ipv4_specific to tcp include file
Declare ipv4_specific once, in tcp.h were it belongs. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp')
-rw-r--r--net/mptcp/protocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mptcp/protocol.h b/net/mptcp/protocol.h
index d4294b6d23e4..06661781c9af 100644
--- a/net/mptcp/protocol.h
+++ b/net/mptcp/protocol.h
@@ -354,8 +354,6 @@ static inline void mptcp_subflow_tcp_fallback(struct sock *sk,
inet_csk(sk)->icsk_af_ops = ctx->icsk_af_ops;
}
-extern const struct inet_connection_sock_af_ops ipv4_specific;
-
void mptcp_proto_init(void);
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
int mptcp_proto_v6_init(void);