aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index f99e4f0f568f..8d155a645aba 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -73,11 +73,11 @@ extern struct rt6_info *rt6_lookup(struct in6_addr *daddr,
73 struct in6_addr *saddr, 73 struct in6_addr *saddr,
74 int oif, int flags); 74 int oif, int flags);
75 75
76extern struct dst_entry *ndisc_dst_alloc(struct net_device *dev, 76extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
77 struct neighbour *neigh, 77 struct neighbour *neigh,
78 struct in6_addr *addr, 78 struct in6_addr *addr);
79 int (*output)(struct sk_buff *)); 79extern int icmp6_dst_gc(int *more);
80extern int ndisc_dst_gc(int *more); 80
81extern void fib6_force_start_gc(void); 81extern void fib6_force_start_gc(void);
82 82
83extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, 83extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,