patch-2.3.15 linux/include/linux/igmp.h

Next file: linux/include/linux/in.h
Previous file: linux/include/linux/if_pppvar.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/include/linux/igmp.h linux/include/linux/igmp.h
@@ -95,13 +95,15 @@
 	struct ip_mc_list	*next;
 	struct timer_list	timer;
 	int			users;
+	atomic_t		refcnt;
+	spinlock_t		lock;
 	char			tm_running;
 	char			reporter;
 	char			unsolicit_count;
 	char			loaded;
 };
 
-extern int ip_check_mc(struct net_device *dev, u32 mc_addr);
+extern int ip_check_mc(struct in_device *dev, u32 mc_addr);
 extern int igmp_rcv(struct sk_buff *, unsigned short);
 extern int ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr);
 extern int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr);

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