diff options
author | Ingo Molnar <mingo@elte.hu> | 2012-02-28 04:26:07 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-02-28 04:27:36 -0500 |
commit | 458ce2910aa83d8a2cafb489d727f7da839e73c6 (patch) | |
tree | 28e088137eb068e5620f17eaf0ca19d1562006ed /include/net/ip6_route.h | |
parent | 69466466ce889cd2cbc8cda9ff1c6083f48cc7f9 (diff) | |
parent | 586c6e7013c8cbb8c91aaa6568ec349b1dc2c691 (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.h | 6 |
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); | |||
70 | extern struct dst_entry * ip6_route_output(struct net *net, | 70 | extern 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); |
73 | extern struct dst_entry * ip6_route_lookup(struct net *net, | ||
74 | struct flowi6 *fl6, int flags); | ||
73 | 75 | ||
74 | extern int ip6_route_init(void); | 76 | extern int ip6_route_init(void); |
75 | extern void ip6_route_cleanup(void); | 77 | extern void ip6_route_cleanup(void); |
@@ -95,14 +97,14 @@ extern struct rt6_info *rt6_lookup(struct net *net, | |||
95 | 97 | ||
96 | extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev, | 98 | extern 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); |
99 | extern int icmp6_dst_gc(void); | 101 | extern int icmp6_dst_gc(void); |
100 | 102 | ||
101 | extern void fib6_force_start_gc(struct net *net); | 103 | extern void fib6_force_start_gc(struct net *net); |
102 | 104 | ||
103 | extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, | 105 | extern 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 | ||
107 | extern int ip6_dst_hoplimit(struct dst_entry *dst); | 109 | extern int ip6_dst_hoplimit(struct dst_entry *dst); |
108 | 110 | ||