aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-07-29 21:57:20 -0400
committerDavid S. Miller <davem@davemloft.net>2017-07-31 17:37:49 -0400
commitb6690b14386698ce2c19309abad3f17656bdfaea (patch)
treea437a2cd8d87071efdca0df40179586ecb191cc3 /net/ipv4/tcp_ipv4.c
parentc13ee2a4f03ff6e15102b7731258681913e551a5 (diff)
tcp: remove low_latency sysctl
Was only checked by the removed prequeue code. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index a68eb4577d36..9b51663cd5a4 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -85,8 +85,6 @@
85#include <crypto/hash.h> 85#include <crypto/hash.h>
86#include <linux/scatterlist.h> 86#include <linux/scatterlist.h>
87 87
88int sysctl_tcp_low_latency __read_mostly;
89
90#ifdef CONFIG_TCP_MD5SIG 88#ifdef CONFIG_TCP_MD5SIG
91static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 89static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key,
92 __be32 daddr, __be32 saddr, const struct tcphdr *th); 90 __be32 daddr, __be32 saddr, const struct tcphdr *th);