diff options
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/route.h b/include/net/route.h index 5c86c4773b2b..935fa59630b0 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -44,14 +44,9 @@ struct fib_info; | |||
44 | struct rtable { | 44 | struct rtable { |
45 | struct dst_entry dst; | 45 | struct dst_entry dst; |
46 | 46 | ||
47 | /* Lookup key. */ | ||
48 | __be32 rt_key_dst; | ||
49 | __be32 rt_key_src; | ||
50 | |||
51 | int rt_genid; | 47 | int rt_genid; |
52 | unsigned int rt_flags; | 48 | unsigned int rt_flags; |
53 | __u16 rt_type; | 49 | __u16 rt_type; |
54 | __u8 rt_key_tos; | ||
55 | 50 | ||
56 | __be32 rt_dst; /* Path destination */ | 51 | __be32 rt_dst; /* Path destination */ |
57 | __be32 rt_src; /* Path source */ | 52 | __be32 rt_src; /* Path source */ |