blob: 3ae6799c2b141e5d7fc39828a17466056bbb0491 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _NET_IP6_ROUTE_H
2#define _NET_IP6_ROUTE_H
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#define IP6_RT_PRIO_USER 1024
5#define IP6_RT_PRIO_ADDRCONF 256
6#define IP6_RT_PRIO_KERN 512
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -08008struct route_info {
9 __u8 type;
10 __u8 length;
11 __u8 prefix_len;
12#if defined(__BIG_ENDIAN_BITFIELD)
13 __u8 reserved_h:3,
14 route_pref:2,
15 reserved_l:3;
16#elif defined(__LITTLE_ENDIAN_BITFIELD)
17 __u8 reserved_l:3,
18 route_pref:2,
19 reserved_h:3;
20#endif
Al Viroe69a4ad2006-11-14 20:56:00 -080021 __be32 lifetime;
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -080022 __u8 prefix[0]; /* 0,8 or 16 */
23};
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#ifdef __KERNEL__
26
27#include <net/flow.h>
28#include <net/ip6_fib.h>
29#include <net/sock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <linux/ip.h>
31#include <linux/ipv6.h>
32
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +090033#define RT6_LOOKUP_F_IFACE 0x00000001
34#define RT6_LOOKUP_F_REACHABLE 0x00000002
35#define RT6_LOOKUP_F_HAS_SADDR 0x00000004
36#define RT6_LOOKUP_F_SRCPREF_TMP 0x00000008
37#define RT6_LOOKUP_F_SRCPREF_PUBLIC 0x00000010
38#define RT6_LOOKUP_F_SRCPREF_COA 0x00000020
YOSHIFUJI Hideaki77d16f42006-08-23 17:25:05 -070039
Daniel Lezcanobdb32892008-03-04 13:48:10 -080040extern struct rt6_info *ip6_null_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Thomas Graf101367c2006-08-04 03:39:02 -070042#ifdef CONFIG_IPV6_MULTIPLE_TABLES
Daniel Lezcanobdb32892008-03-04 13:48:10 -080043extern struct rt6_info *ip6_prohibit_entry;
44extern struct rt6_info *ip6_blk_hole_entry;
Thomas Graf101367c2006-08-04 03:39:02 -070045#endif
46
Linus Torvalds1da177e2005-04-16 15:20:36 -070047extern void ip6_route_input(struct sk_buff *skb);
48
Daniel Lezcano4591db42008-03-05 10:48:10 -080049extern struct dst_entry * ip6_route_output(struct net *net,
50 struct sock *sk,
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 struct flowi *fl);
52
Daniel Lezcano433d49c2007-12-07 00:43:48 -080053extern int ip6_route_init(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070054extern void ip6_route_cleanup(void);
55
Daniel Lezcano55786892008-03-04 13:47:47 -080056extern int ipv6_route_ioctl(struct net *net,
57 unsigned int cmd,
58 void __user *arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
Thomas Graf86872cb2006-08-22 00:01:08 -070060extern int ip6_route_add(struct fib6_config *cfg);
Thomas Graf40e22e82006-08-22 00:00:45 -070061extern int ip6_ins_rt(struct rt6_info *);
Thomas Grafe0a1ad732006-08-22 00:00:21 -070062extern int ip6_del_rt(struct rt6_info *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64extern int ip6_rt_addr_add(struct in6_addr *addr,
65 struct net_device *dev,
66 int anycast);
67
68extern int ip6_rt_addr_del(struct in6_addr *addr,
69 struct net_device *dev);
70
71extern 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
Daniel Lezcano606a2b42008-03-04 13:45:59 -080078extern struct rt6_info *rt6_lookup(struct net *net,
79 struct in6_addr *daddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 struct in6_addr *saddr,
81 int oif, int flags);
82
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -080083extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 struct neighbour *neigh,
YOSHIFUJI Hideaki3b009442007-12-06 16:11:48 -080085 struct in6_addr *addr);
86extern int icmp6_dst_gc(int *more);
87
Daniel Lezcano63152fc2008-03-03 23:31:11 -080088extern void fib6_force_start_gc(struct net *net);
Linus Torvalds1da177e2005-04-16 15:20:36 -070089
90extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
91 const struct in6_addr *addr,
92 int anycast);
93
YOSHIFUJI Hideaki6b75d092008-03-10 06:00:30 -040094extern int ip6_dst_hoplimit(struct dst_entry *dst);
95
Linus Torvalds1da177e2005-04-16 15:20:36 -070096/*
97 * support functions for ND
98 *
99 */
100extern struct rt6_info * rt6_get_dflt_router(struct in6_addr *addr,
101 struct net_device *dev);
102extern struct rt6_info * rt6_add_dflt_router(struct in6_addr *gwaddr,
YOSHIFUJI Hideakiebacaaa2006-03-20 17:04:53 -0800103 struct net_device *dev,
104 unsigned int pref);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105
Daniel Lezcano7b4da532008-03-04 13:47:14 -0800106extern void rt6_purge_dflt_routers(struct net *net);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
YOSHIFUJI Hideaki70ceb4f2006-03-20 17:06:24 -0800108extern int rt6_route_rcv(struct net_device *dev,
109 u8 *opt, int len,
110 struct in6_addr *gwaddr);
111
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112extern void rt6_redirect(struct in6_addr *dest,
YOSHIFUJI Hideaki5e032e32006-08-23 17:12:24 -0700113 struct in6_addr *src,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 struct in6_addr *saddr,
115 struct neighbour *neigh,
116 u8 *lladdr,
117 int on_link);
118
119extern void rt6_pmtu_discovery(struct in6_addr *daddr,
120 struct in6_addr *saddr,
121 struct net_device *dev,
122 u32 pmtu);
123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124struct netlink_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125
Patrick McHardy1b43af52006-08-10 23:11:17 -0700126struct rt6_rtnl_dump_arg
127{
128 struct sk_buff *skb;
129 struct netlink_callback *cb;
130};
131
132extern int rt6_dump_route(struct rt6_info *rt, void *p_arg);
Daniel Lezcanof3db4852008-03-03 23:27:06 -0800133extern void rt6_ifdown(struct net *net, struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134extern void rt6_mtu_change(struct net_device *dev, unsigned mtu);
135
136extern rwlock_t rt6_lock;
137
138/*
139 * Store a destination cache entry in a socket
140 */
Herbert Xu497c6152006-07-30 20:19:33 -0700141static inline void __ip6_dst_store(struct sock *sk, struct dst_entry *dst,
YOSHIFUJI Hideaki8e1ef0a2006-08-29 17:15:09 -0700142 struct in6_addr *daddr, struct in6_addr *saddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143{
144 struct ipv6_pinfo *np = inet6_sk(sk);
145 struct rt6_info *rt = (struct rt6_info *) dst;
146
Herbert Xuf83ef8c2006-06-30 13:37:03 -0700147 sk_setup_caps(sk, dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 np->daddr_cache = daddr;
YOSHIFUJI Hideaki8e1ef0a2006-08-29 17:15:09 -0700149#ifdef CONFIG_IPV6_SUBTREES
150 np->saddr_cache = saddr;
151#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 np->dst_cookie = rt->rt6i_node ? rt->rt6i_node->fn_sernum : 0;
Herbert Xu497c6152006-07-30 20:19:33 -0700153}
154
155static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst,
YOSHIFUJI Hideaki8e1ef0a2006-08-29 17:15:09 -0700156 struct in6_addr *daddr, struct in6_addr *saddr)
Herbert Xu497c6152006-07-30 20:19:33 -0700157{
158 write_lock(&sk->sk_dst_lock);
YOSHIFUJI Hideaki8e1ef0a2006-08-29 17:15:09 -0700159 __ip6_dst_store(sk, dst, daddr, saddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 write_unlock(&sk->sk_dst_lock);
161}
162
163static inline int ipv6_unicast_destination(struct sk_buff *skb)
164{
165 struct rt6_info *rt = (struct rt6_info *) skb->dst;
166
167 return rt->rt6i_flags & RTF_LOCAL;
168}
169
170#endif
171#endif