diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-12-06 19:11:48 -0500 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-03-04 01:18:24 -0500 |
commit | 3b00944c5c73c49ef52bf17b66557c43c1d945fe (patch) | |
tree | 1b58242063283b24b26a0e060d378efe76157283 /include/net/ip6_route.h | |
parent | 95e41e93e18d8e1e272ce23d96bae4f17ce11d42 (diff) |
[IPV6]: Make ndisc_dst_alloc() common for later use.
For later use, this patch is renaming ndisc_dst_alloc()
(and related function/structures) to icmp6_dst_alloc()
(and so on). This patch also removing unused function-
pointer argument for it.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 8 |
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 | ||
76 | extern struct dst_entry *ndisc_dst_alloc(struct net_device *dev, | 76 | extern 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 *)); | 79 | extern int icmp6_dst_gc(int *more); |
80 | extern int ndisc_dst_gc(int *more); | 80 | |
81 | extern void fib6_force_start_gc(void); | 81 | extern void fib6_force_start_gc(void); |
82 | 82 | ||
83 | extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, | 83 | extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, |