From d18b13f4f140b0e4bb68142b5f9cefa55841d0a1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Jun 2008 11:44:30 +0300 Subject: [PATCH 1219/1220] tcp_ipv4 cleanup Signed-off-by: root --- net/ipv4/tcp_ipv4.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 97a2300..12695be 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -85,10 +85,6 @@ int sysctl_tcp_tw_reuse __read_mostly; int sysctl_tcp_low_latency __read_mostly; -/* Check TCP sequence numbers in ICMP packets. */ -#define ICMP_MIN_LENGTH 8 - -void tcp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb); #ifdef CONFIG_TCP_MD5SIG static struct tcp_md5sig_key *tcp_v4_md5_do_lookup(struct sock *sk, -- 1.5.3.3