aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-02-28 04:26:07 -0500
committerIngo Molnar <mingo@elte.hu>2012-02-28 04:27:36 -0500
commit458ce2910aa83d8a2cafb489d727f7da839e73c6 (patch)
tree28e088137eb068e5620f17eaf0ca19d1562006ed /include/net/ip6_route.h
parent69466466ce889cd2cbc8cda9ff1c6083f48cc7f9 (diff)
parent586c6e7013c8cbb8c91aaa6568ec349b1dc2c691 (diff)
Merge branch 'linus' into x86/asm
Sync up the latest NMI fixes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index 5e91b72fc718..2ad92ca4e6f3 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -70,6 +70,8 @@ extern void ip6_route_input(struct sk_buff *skb);
70extern struct dst_entry * ip6_route_output(struct net *net, 70extern struct dst_entry * ip6_route_output(struct net *net,
71 const struct sock *sk, 71 const struct sock *sk,
72 struct flowi6 *fl6); 72 struct flowi6 *fl6);
73extern struct dst_entry * ip6_route_lookup(struct net *net,
74 struct flowi6 *fl6, int flags);
73 75
74extern int ip6_route_init(void); 76extern int ip6_route_init(void);
75extern void ip6_route_cleanup(void); 77extern void ip6_route_cleanup(void);
@@ -95,14 +97,14 @@ extern struct rt6_info *rt6_lookup(struct net *net,
95 97
96extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev, 98extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
97 struct neighbour *neigh, 99 struct neighbour *neigh,
98 const struct in6_addr *addr); 100 struct flowi6 *fl6);
99extern int icmp6_dst_gc(void); 101extern int icmp6_dst_gc(void);
100 102
101extern void fib6_force_start_gc(struct net *net); 103extern void fib6_force_start_gc(struct net *net);
102 104
103extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, 105extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
104 const struct in6_addr *addr, 106 const struct in6_addr *addr,
105 int anycast); 107 bool anycast);
106 108
107extern int ip6_dst_hoplimit(struct dst_entry *dst); 109extern int ip6_dst_hoplimit(struct dst_entry *dst);
108 110