diff options
Diffstat (limited to 'include/linux/igmp.h')
-rw-r--r-- | include/linux/igmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/igmp.h b/include/linux/igmp.h index 2c677afeea47..b5a6470e686c 100644 --- a/include/linux/igmp.h +++ b/include/linux/igmp.h | |||
@@ -111,7 +111,9 @@ struct ip_mc_list { | |||
111 | 111 | ||
112 | extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u16 proto); | 112 | extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u16 proto); |
113 | extern int igmp_rcv(struct sk_buff *); | 113 | extern int igmp_rcv(struct sk_buff *); |
114 | extern int __ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr); | ||
114 | extern int ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr); | 115 | extern int ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr); |
116 | extern int __ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr); | ||
115 | extern int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr); | 117 | extern int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr); |
116 | extern void ip_mc_drop_socket(struct sock *sk); | 118 | extern void ip_mc_drop_socket(struct sock *sk); |
117 | extern int ip_mc_source(int add, int omode, struct sock *sk, | 119 | extern int ip_mc_source(int add, int omode, struct sock *sk, |