diff options
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r-- | include/net/addrconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index b5474b1fcd83..78003dfb8539 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
@@ -192,8 +192,7 @@ struct ipv6_stub { | |||
192 | int (*ipv6_dst_lookup)(struct net *net, struct sock *sk, | 192 | int (*ipv6_dst_lookup)(struct net *net, struct sock *sk, |
193 | struct dst_entry **dst, struct flowi6 *fl6); | 193 | struct dst_entry **dst, struct flowi6 *fl6); |
194 | void (*udpv6_encap_enable)(void); | 194 | void (*udpv6_encap_enable)(void); |
195 | void (*ndisc_send_na)(struct net_device *dev, struct neighbour *neigh, | 195 | void (*ndisc_send_na)(struct net_device *dev, const struct in6_addr *daddr, |
196 | const struct in6_addr *daddr, | ||
197 | const struct in6_addr *solicited_addr, | 196 | const struct in6_addr *solicited_addr, |
198 | bool router, bool solicited, bool override, bool inc_opt); | 197 | bool router, bool solicited, bool override, bool inc_opt); |
199 | struct neigh_table *nd_tbl; | 198 | struct neigh_table *nd_tbl; |