diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 16:47:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 12:24:39 +0200 |
commit | c26e91f8b9b8e1fd252e07c1f60e50220cd7ebab (patch) | |
tree | 5f0d0b02bde533de08ef07d5e670f0815be84d3e /include/net/tcp.h | |
parent | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio (diff) | |
download | linux-c26e91f8b9b8e1fd252e07c1f60e50220cd7ebab.tar.xz linux-c26e91f8b9b8e1fd252e07c1f60e50220cd7ebab.zip |
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 2a5f8261ca03..092d606fcc16 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -250,8 +250,6 @@ extern int sysctl_tcp_rmem[3]; #define TCP_RACK_LOSS_DETECTION 0x1 /* Use RACK to detect losses */ -extern int sysctl_tcp_pacing_ca_ratio; - extern atomic_long_t tcp_memory_allocated; extern struct percpu_counter tcp_sockets_allocated; extern unsigned long tcp_memory_pressure; |