diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 439984b9af49..85c5090bfe25 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -254,6 +254,7 @@ extern int sysctl_tcp_thin_linear_timeouts; | |||
254 | extern int sysctl_tcp_thin_dupack; | 254 | extern int sysctl_tcp_thin_dupack; |
255 | extern int sysctl_tcp_early_retrans; | 255 | extern int sysctl_tcp_early_retrans; |
256 | extern int sysctl_tcp_limit_output_bytes; | 256 | extern int sysctl_tcp_limit_output_bytes; |
257 | extern int sysctl_tcp_challenge_ack_limit; | ||
257 | 258 | ||
258 | extern atomic_long_t tcp_memory_allocated; | 259 | extern atomic_long_t tcp_memory_allocated; |
259 | extern struct percpu_counter tcp_sockets_allocated; | 260 | extern struct percpu_counter tcp_sockets_allocated; |