patch-2.4.22 linux-2.4.22/include/linux/inetdevice.h
Next file: linux-2.4.22/include/linux/isdn_ppp.h
Previous file: linux-2.4.22/include/linux/in.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/include/linux/inetdevice.h
-  Orig date: 
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/linux/inetdevice.h linux-2.4.22/include/linux/inetdevice.h
@@ -32,7 +32,17 @@
 	int			dead;
 	struct in_ifaddr	*ifa_list;	/* IP ifaddr chain		*/
 	struct ip_mc_list	*mc_list;	/* IP multicast filter chain    */
+	rwlock_t		mc_lock;	/* for mc_tomb */
+	struct ip_mc_list	*mc_tomb;
 	unsigned long		mr_v1_seen;
+	unsigned long		mr_v2_seen;
+	unsigned long		mr_maxdelay;
+	unsigned char		mr_qrv;
+	unsigned char		mr_gq_running;
+	unsigned char		mr_ifc_count;
+	struct timer_list	mr_gq_timer;	/* general query timer */
+	struct timer_list	mr_ifc_timer;	/* interface change timer */
+
 	struct neigh_parms	*arp_parms;
 	struct ipv4_devconf	cnf;
 };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)