patch-2.4.13 linux/include/net/route.h
Next file: linux/include/pcmcia/cs_types.h
Previous file: linux/include/linux/wireless.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Tue Oct 23 21:59:33 2001
- Orig file:
v2.4.12/linux/include/net/route.h
- Orig date:
Thu Oct 18 13:48:05 2001
diff -u --recursive --new-file v2.4.12/linux/include/net/route.h linux/include/net/route.h
@@ -37,9 +37,12 @@
#endif
#define RTO_ONLINK 0x01
-#define RTO_TPROXY 0x80000000
#define RTO_CONN 0
+/* RTO_CONN is not used (being alias for 0), but preserved not to break
+ * some modules referring to it. */
+
+#define RT_CONN_FLAGS(sk) (RT_TOS(sk->protinfo.af_inet.tos) | sk->localroute)
struct rt_key
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)