patch-2.4.14 linux/include/net/tcp_ecn.h
Next file: linux/kernel/exec_domain.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
- Lines: 47
- Date:
Fri Nov 2 17:43:26 2001
- Orig file:
v2.4.13/linux/include/net/tcp_ecn.h
- Orig date:
Thu Oct 18 13:47:54 2001
diff -u --recursive --new-file v2.4.13/linux/include/net/tcp_ecn.h linux/include/net/tcp_ecn.h
@@ -1,13 +1,9 @@
#ifndef _NET_TCP_ECN_H_
#define _NET_TCP_ECN_H_ 1
-#include <linux/config.h>
-
-#ifdef CONFIG_INET_ECN
-
#include <net/inet_ecn.h>
-#define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH)|TCP_FLAG_ECE|TCP_FLAG_CWR)
+#define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
#define TCP_ECN_OK 1
#define TCP_ECN_QUEUE_CWR 2
@@ -132,31 +128,5 @@
if (sysctl_tcp_ecn && th->ece && th->cwr)
req->ecn_ok = 1;
}
-
-
-
-#else
-
-#define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
-
-
-#define TCP_ECN_send_syn(x...) do { } while (0)
-#define TCP_ECN_send_synack(x...) do { } while (0)
-#define TCP_ECN_make_synack(x...) do { } while (0)
-#define TCP_ECN_send(x...) do { } while (0)
-
-#define TCP_ECN_queue_cwr(x...) do { } while (0)
-
-#define TCP_ECN_accept_cwr(x...) do { } while (0)
-#define TCP_ECN_check_ce(x...) do { } while (0)
-#define TCP_ECN_rcv_synack(x...) do { } while (0)
-#define TCP_ECN_rcv_syn(x...) do { } while (0)
-#define TCP_ECN_rcv_ecn_echo(x...) (0)
-#define TCP_ECN_openreq_child(x...) do { } while (0)
-#define TCP_ECN_create_request(x...) do { } while (0)
-#define TCP_ECN_withdraw_cwr(x...) do { } while (0)
-
-
-#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)