patch-2.1.25 linux/drivers/net/slip.h
Next file: linux/drivers/net/smc9194.c
Previous file: linux/drivers/net/slip.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Feb  2 15:18:42 1997
-  Orig file: 
v2.1.24/linux/drivers/net/slip.h
-  Orig date: 
Wed Dec 18 15:58:47 1996
diff -u --recursive --new-file v2.1.24/linux/drivers/net/slip.h linux/drivers/net/slip.h
@@ -68,6 +68,8 @@
   /* SLIP interface statistics. */
   unsigned long		rx_packets;	/* inbound frames counter	*/
   unsigned long         tx_packets;     /* outbound frames counter      */
+  unsigned long		rx_bytes;	/* inbound byte counte		*/
+  unsigned long         tx_bytes;       /* outbound byte counter	*/
   unsigned long         rx_errors;      /* Parity, etc. errors          */
   unsigned long         tx_errors;      /* Planned stuff                */
   unsigned long         rx_dropped;     /* No memory for skb            */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov