patch-1.3.60 linux/include/linux/netdevice.h

Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/ncp_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.59/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -49,7 +49,7 @@
 #define IS_MULTICAST	5		/* Multicast IP address */
 
 /*
- *	We tag these structures with multicasts.
+ *	We tag multicasts with these structures.
  */
  
 struct dev_mc_list
@@ -147,6 +147,7 @@
   int			 mc_count;	/* Number of installed mcasts	*/
   
   struct ip_mc_list	 *ip_mc_list;	/* IP multicast filter chain    */
+  __u32			tx_queue_len;	/* Max frames per queue allowed */
     
   /* For load balancing driver pair support */
   
@@ -155,7 +156,6 @@
   struct net_alias_info		*alias_info;	/* main dev alias info */
   struct net_alias		*my_alias;	/* alias devs */
   
-
   /* Pointer to the interface buffers. */
   struct sk_buff_head	  buffs[DEV_NUMBUFFS];
 
@@ -227,9 +227,6 @@
 				       int pri);
 #define HAVE_NETIF_RX 1
 extern void		netif_rx(struct sk_buff *skb);
-/* The old interface to netif_rx(). */
-extern int		dev_rint(unsigned char *buff, long len, int flags,
-				 struct device * dev);
 extern void		dev_transmit(void);
 extern int		in_net_bh(void);
 extern void		net_bh(void *tmp);

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