diff options
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r-- | include/net/addrconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index f2d072787947..8f998afc1384 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
@@ -174,6 +174,7 @@ int ipv6_sock_mc_join(struct sock *sk, int ifindex, | |||
174 | const struct in6_addr *addr); | 174 | const struct in6_addr *addr); |
175 | int ipv6_sock_mc_drop(struct sock *sk, int ifindex, | 175 | int ipv6_sock_mc_drop(struct sock *sk, int ifindex, |
176 | const struct in6_addr *addr); | 176 | const struct in6_addr *addr); |
177 | void __ipv6_sock_mc_close(struct sock *sk); | ||
177 | void ipv6_sock_mc_close(struct sock *sk); | 178 | void ipv6_sock_mc_close(struct sock *sk); |
178 | bool inet6_mc_check(struct sock *sk, const struct in6_addr *mc_addr, | 179 | bool inet6_mc_check(struct sock *sk, const struct in6_addr *mc_addr, |
179 | const struct in6_addr *src_addr); | 180 | const struct in6_addr *src_addr); |