diff options
author | David S. Miller <davem@davemloft.net> | 2010-11-30 23:27:11 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-30 23:27:11 +0300 |
commit | b3419363808f2481b24a817f491878e1795db4c7 (patch) | |
tree | 76cfa3c55d6798a9bf25d200778dc212841f6cb0 /include/net/ip6_route.h | |
parent | 672f007d65f50468a4a1e55825fe58e5b035324d (diff) | |
download | linux-b3419363808f2481b24a817f491878e1795db4c7.tar.xz |
ipv6: Add infrastructure to bind inet_peer objects to routes.
They are only allowed on cached ipv6 routes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 278312c95f96..23fed28db4bb 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -56,6 +56,9 @@ static inline unsigned int rt6_flags2srcprefs(int flags) return (flags >> 3) & 7; } +extern void rt6_bind_peer(struct rt6_info *rt, + int create); + extern void ip6_route_input(struct sk_buff *skb); extern struct dst_entry * ip6_route_output(struct net *net, |