aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r--include/net/addrconf.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index 43fa31a610b8..5339cab356bb 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -141,6 +141,21 @@ bool ipv6_chk_mcast_addr(struct net_device *dev, const struct in6_addr *group,
141 const struct in6_addr *src_addr); 141 const struct in6_addr *src_addr);
142 142
143void ipv6_mc_dad_complete(struct inet6_dev *idev); 143void ipv6_mc_dad_complete(struct inet6_dev *idev);
144
145/* A stub used by vxlan module. This is ugly, ideally these
146 * symbols should be built into the core kernel.
147 */
148struct ipv6_stub {
149 int (*ipv6_sock_mc_join)(struct sock *sk, int ifindex,
150 const struct in6_addr *addr);
151 int (*ipv6_sock_mc_drop)(struct sock *sk, int ifindex,
152 const struct in6_addr *addr);
153 int (*ipv6_dst_lookup)(struct sock *sk, struct dst_entry **dst,
154 struct flowi6 *fl6);
155 void (*udpv6_encap_enable)(void);
156};
157extern const struct ipv6_stub *ipv6_stub __read_mostly;
158
144/* 159/*
145 * identify MLD packets for MLD filter exceptions 160 * identify MLD packets for MLD filter exceptions
146 */ 161 */