diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ndisc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 980d263765cf..7af1ea893038 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h | |||
@@ -190,21 +190,6 @@ extern void ndisc_send_redirect(struct sk_buff *skb, | |||
190 | extern int ndisc_mc_map(const struct in6_addr *addr, char *buf, | 190 | extern int ndisc_mc_map(const struct in6_addr *addr, char *buf, |
191 | struct net_device *dev, int dir); | 191 | struct net_device *dev, int dir); |
192 | 192 | ||
193 | extern struct sk_buff *ndisc_build_skb(struct net_device *dev, | ||
194 | const struct in6_addr *daddr, | ||
195 | const struct in6_addr *saddr, | ||
196 | struct icmp6hdr *icmp6h, | ||
197 | const struct in6_addr *target, | ||
198 | int llinfo); | ||
199 | |||
200 | extern void ndisc_send_skb(struct sk_buff *skb, | ||
201 | struct net_device *dev, | ||
202 | struct neighbour *neigh, | ||
203 | const struct in6_addr *daddr, | ||
204 | const struct in6_addr *saddr, | ||
205 | struct icmp6hdr *icmp6h); | ||
206 | |||
207 | |||
208 | 193 | ||
209 | /* | 194 | /* |
210 | * IGMP | 195 | * IGMP |