diff options
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/route.h b/include/net/route.h index b17cf28f996e..fe22d03afb6a 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -46,6 +46,7 @@ | |||
46 | 46 | ||
47 | struct fib_nh; | 47 | struct fib_nh; |
48 | struct fib_info; | 48 | struct fib_info; |
49 | struct uncached_list; | ||
49 | struct rtable { | 50 | struct rtable { |
50 | struct dst_entry dst; | 51 | struct dst_entry dst; |
51 | 52 | ||
@@ -64,6 +65,7 @@ struct rtable { | |||
64 | u32 rt_pmtu; | 65 | u32 rt_pmtu; |
65 | 66 | ||
66 | struct list_head rt_uncached; | 67 | struct list_head rt_uncached; |
68 | struct uncached_list *rt_uncached_list; | ||
67 | }; | 69 | }; |
68 | 70 | ||
69 | static inline bool rt_is_input_route(const struct rtable *rt) | 71 | static inline bool rt_is_input_route(const struct rtable *rt) |