OSDN Git Service

Merge branch 'master' into ysato-h8300
[uclinux-h8/linux.git] / include / net / route.h
index b17cf28..fe22d03 100644 (file)
@@ -46,6 +46,7 @@
 
 struct fib_nh;
 struct fib_info;
+struct uncached_list;
 struct rtable {
        struct dst_entry        dst;
 
@@ -64,6 +65,7 @@ struct rtable {
        u32                     rt_pmtu;
 
        struct list_head        rt_uncached;
+       struct uncached_list    *rt_uncached_list;
 };
 
 static inline bool rt_is_input_route(const struct rtable *rt)