diff options
| author | 2008-06-25 12:36:55 +0200 | |
|---|---|---|
| committer | 2008-06-25 12:36:55 +0200 | |
| commit | f6477cc76c73833a56e97f1fafc36a7ca92927e5 (patch) | |
| tree | 9b4ca3d9fa63ea001d516834c8b2707094f3f711 /net/ipv4/tcp_ipv4.c | |
| parent | Merge branch 'linus' into x86/timers (diff) | |
| parent | Linux 2.6.26-rc8 (diff) | |
| download | linux-dev-f6477cc76c73833a56e97f1fafc36a7ca92927e5.tar.xz linux-dev-f6477cc76c73833a56e97f1fafc36a7ca92927e5.zip | |
Merge branch 'linus' into x86/timers
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | 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 97a230026e13..12695be2c255 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, |
