patch-2.0.31 linux/include/linux/mroute.h

Next file: linux/include/linux/net_alias.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.30/linux/include/linux/mroute.h linux/include/linux/mroute.h
@@ -147,6 +147,8 @@
 	struct sk_buff_head mfc_unresolved;	/* Unresolved buffers		*/
 	int mfc_queuelen;			/* Unresolved buffer counter	*/
 	unsigned char mfc_ttls[MAXVIFS];	/* TTL thresholds		*/
+	unsigned long mfc_packets;		/* Packets on this entry	*/
+	unsigned long mfc_bytes;		/* Bytes on this entry		*/
 };
 
 #define MFC_QUEUED		1

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov