diff options
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 ce2abc0ff102..0084013d6bed 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -183,6 +183,9 @@ void rt6_disable_ip(struct net_device *dev, unsigned long event); | |||
183 | void rt6_sync_down_dev(struct net_device *dev, unsigned long event); | 183 | void rt6_sync_down_dev(struct net_device *dev, unsigned long event); |
184 | void rt6_multipath_rebalance(struct rt6_info *rt); | 184 | void rt6_multipath_rebalance(struct rt6_info *rt); |
185 | 185 | ||
186 | void rt6_uncached_list_add(struct rt6_info *rt); | ||
187 | void rt6_uncached_list_del(struct rt6_info *rt); | ||
188 | |||
186 | static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb) | 189 | static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb) |
187 | { | 190 | { |
188 | const struct dst_entry *dst = skb_dst(skb); | 191 | const struct dst_entry *dst = skb_dst(skb); |