patch-2.3.41 linux/include/net/dst.h

Next file: linux/include/net/ip.h
Previous file: linux/include/linux/zorro.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/include/net/dst.h linux/include/net/dst.h
@@ -29,10 +29,13 @@
 	struct dst_entry        *next;
 	atomic_t		__refcnt;	/* client references	*/
 	int			__use;
-	struct net_device	        *dev;
+	struct net_device       *dev;
 	int			obsolete;
+	int			flags;
+#define DST_HOST		1
 	unsigned long		lastuse;
 	unsigned long		expires;
+
 	unsigned		mxlock;
 	unsigned		pmtu;
 	unsigned		window;
@@ -41,6 +44,7 @@
 	unsigned		ssthresh;
 	unsigned		cwnd;
 	unsigned		advmss;
+
 	unsigned long		rate_last;	/* rate limiting for ICMP */
 	unsigned long		rate_tokens;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)