aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sysctl.h1
-rw-r--r--include/net/tcp.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 8754568a75d7..76eaeff76f82 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -402,6 +402,7 @@ enum
402 NET_IPV4_IPFRAG_MAX_DIST=112, 402 NET_IPV4_IPFRAG_MAX_DIST=112,
403 NET_TCP_MTU_PROBING=113, 403 NET_TCP_MTU_PROBING=113,
404 NET_TCP_BASE_MSS=114, 404 NET_TCP_BASE_MSS=114,
405 NET_IPV4_TCP_WORKAROUND_SIGNED_WINDOWS=115,
405}; 406};
406 407
407enum { 408enum {
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 16879fa560de..457e224de468 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -224,6 +224,7 @@ extern int sysctl_tcp_tso_win_divisor;
224extern int sysctl_tcp_abc; 224extern int sysctl_tcp_abc;
225extern int sysctl_tcp_mtu_probing; 225extern int sysctl_tcp_mtu_probing;
226extern int sysctl_tcp_base_mss; 226extern int sysctl_tcp_base_mss;
227extern int sysctl_tcp_workaround_signed_windows;
227 228
228extern atomic_t tcp_memory_allocated; 229extern atomic_t tcp_memory_allocated;
229extern atomic_t tcp_sockets_allocated; 230extern atomic_t tcp_sockets_allocated;