aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/addrconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index 5339cab356bb..bcf957341b62 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -153,6 +153,7 @@ struct ipv6_stub {
153 int (*ipv6_dst_lookup)(struct sock *sk, struct dst_entry **dst, 153 int (*ipv6_dst_lookup)(struct sock *sk, struct dst_entry **dst,
154 struct flowi6 *fl6); 154 struct flowi6 *fl6);
155 void (*udpv6_encap_enable)(void); 155 void (*udpv6_encap_enable)(void);
156 struct neigh_table *nd_tbl;
156}; 157};
157extern const struct ipv6_stub *ipv6_stub __read_mostly; 158extern const struct ipv6_stub *ipv6_stub __read_mostly;
158 159