diff options
-rw-r--r-- | include/net/ip6_route.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 3ae6799c2b1..9080076ce0e 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -37,7 +37,6 @@ struct route_info { | |||
37 | #define RT6_LOOKUP_F_SRCPREF_PUBLIC 0x00000010 | 37 | #define RT6_LOOKUP_F_SRCPREF_PUBLIC 0x00000010 |
38 | #define RT6_LOOKUP_F_SRCPREF_COA 0x00000020 | 38 | #define RT6_LOOKUP_F_SRCPREF_COA 0x00000020 |
39 | 39 | ||
40 | extern struct rt6_info *ip6_null_entry; | ||
41 | 40 | ||
42 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES | 41 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES |
43 | extern struct rt6_info *ip6_prohibit_entry; | 42 | extern struct rt6_info *ip6_prohibit_entry; |
@@ -61,20 +60,6 @@ extern int ip6_route_add(struct fib6_config *cfg); | |||
61 | extern int ip6_ins_rt(struct rt6_info *); | 60 | extern int ip6_ins_rt(struct rt6_info *); |
62 | extern int ip6_del_rt(struct rt6_info *); | 61 | extern int ip6_del_rt(struct rt6_info *); |
63 | 62 | ||
64 | extern int ip6_rt_addr_add(struct in6_addr *addr, | ||
65 | struct net_device *dev, | ||
66 | int anycast); | ||
67 | |||
68 | extern int ip6_rt_addr_del(struct in6_addr *addr, | ||
69 | struct net_device *dev); | ||
70 | |||
71 | extern void rt6_sndmsg(int type, struct in6_addr *dst, | ||
72 | struct in6_addr *src, | ||
73 | struct in6_addr *gw, | ||
74 | struct net_device *dev, | ||
75 | int dstlen, int srclen, | ||
76 | int metric, __u32 flags); | ||
77 | |||
78 | extern struct rt6_info *rt6_lookup(struct net *net, | 63 | extern struct rt6_info *rt6_lookup(struct net *net, |
79 | struct in6_addr *daddr, | 64 | struct in6_addr *daddr, |
80 | struct in6_addr *saddr, | 65 | struct in6_addr *saddr, |