diff options
Diffstat (limited to 'include/net/route.h')
| -rw-r--r-- | include/net/route.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/route.h b/include/net/route.h index c3cd069a9aca..dbe79ca67d31 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
| @@ -105,10 +105,6 @@ struct rt_cache_stat | |||
| 105 | unsigned int out_hlist_search; | 105 | unsigned int out_hlist_search; |
| 106 | }; | 106 | }; |
| 107 | 107 | ||
| 108 | extern struct rt_cache_stat *rt_cache_stat; | ||
| 109 | #define RT_CACHE_STAT_INC(field) \ | ||
| 110 | (per_cpu_ptr(rt_cache_stat, raw_smp_processor_id())->field++) | ||
| 111 | |||
| 112 | extern struct ip_rt_acct *ip_rt_acct; | 108 | extern struct ip_rt_acct *ip_rt_acct; |
| 113 | 109 | ||
| 114 | struct in_device; | 110 | struct in_device; |
| @@ -199,4 +195,6 @@ static inline struct inet_peer *rt_get_peer(struct rtable *rt) | |||
| 199 | return rt->peer; | 195 | return rt->peer; |
| 200 | } | 196 | } |
| 201 | 197 | ||
| 198 | extern ctl_table ipv4_route_table[]; | ||
| 199 | |||
| 202 | #endif /* _ROUTE_H */ | 200 | #endif /* _ROUTE_H */ |
