aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index eec8cf7c024..827e6132af5 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -277,8 +277,6 @@
277 277
278int sysctl_tcp_fin_timeout __read_mostly = TCP_FIN_TIMEOUT; 278int sysctl_tcp_fin_timeout __read_mostly = TCP_FIN_TIMEOUT;
279 279
280DEFINE_SNMP_STAT(struct tcp_mib, tcp_statistics) __read_mostly;
281
282atomic_t tcp_orphan_count = ATOMIC_INIT(0); 280atomic_t tcp_orphan_count = ATOMIC_INIT(0);
283 281
284EXPORT_SYMBOL_GPL(tcp_orphan_count); 282EXPORT_SYMBOL_GPL(tcp_orphan_count);
@@ -2802,4 +2800,3 @@ EXPORT_SYMBOL(tcp_splice_read);
2802EXPORT_SYMBOL(tcp_sendpage); 2800EXPORT_SYMBOL(tcp_sendpage);
2803EXPORT_SYMBOL(tcp_setsockopt); 2801EXPORT_SYMBOL(tcp_setsockopt);
2804EXPORT_SYMBOL(tcp_shutdown); 2802EXPORT_SYMBOL(tcp_shutdown);
2805EXPORT_SYMBOL(tcp_statistics);