patch-pre2.0.13 linux/include/net/ip_masq.h
Next file: linux/include/net/sock.h
Previous file: linux/include/linux/uio.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Jun 6 16:39:31 1996
- Orig file:
pre2.0.12/linux/include/net/ip_masq.h
- Orig date:
Mon Jun 3 16:46:58 1996
diff -u --recursive --new-file pre2.0.12/linux/include/net/ip_masq.h linux/include/net/ip_masq.h
@@ -26,8 +26,12 @@
#define IP_MASQ_F_NO_DPORT 0x04 /* no dport set yet */
#define IP_MASQ_F_NO_DADDR 0x08 /* no daddr yet */
#define IP_MASQ_F_HASHED 0x10 /* hashed entry */
-#define IP_MASQ_F_SAW_FIN 0x20 /* tcp fin pkt seen */
-#define IP_MASQ_F_SAW_RST 0x40 /* tcp rst pkt seen */
+#define IP_MASQ_F_SAW_RST 0x20 /* tcp rst pkt seen */
+#define IP_MASQ_F_SAW_FIN_IN 0x40 /* tcp fin pkt seen incoming */
+#define IP_MASQ_F_SAW_FIN_OUT 0x80 /* tcp fin pkt seen outgoing */
+#define IP_MASQ_F_SAW_FIN (IP_MASQ_F_SAW_FIN_IN | \
+ IP_MASQ_F_SAW_FIN_OUT)
+ /* tcp fin pkts seen */
#ifdef __KERNEL__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this