aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 7fd6b77519c..6d09f5085f6 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -230,6 +230,7 @@ extern int sysctl_tcp_mtu_probing;
230extern int sysctl_tcp_base_mss; 230extern int sysctl_tcp_base_mss;
231extern int sysctl_tcp_workaround_signed_windows; 231extern int sysctl_tcp_workaround_signed_windows;
232extern int sysctl_tcp_slow_start_after_idle; 232extern int sysctl_tcp_slow_start_after_idle;
233extern int sysctl_tcp_max_ssthresh;
233 234
234extern atomic_t tcp_memory_allocated; 235extern atomic_t tcp_memory_allocated;
235extern atomic_t tcp_sockets_allocated; 236extern atomic_t tcp_sockets_allocated;