diff options
Diffstat (limited to 'include/net/ip6_fib.h')
-rw-r--r-- | include/net/ip6_fib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index 0fedbd8d747a..8a2a203eb15d 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h | |||
@@ -37,6 +37,7 @@ struct fib6_config { | |||
37 | int fc_ifindex; | 37 | int fc_ifindex; |
38 | u32 fc_flags; | 38 | u32 fc_flags; |
39 | u32 fc_protocol; | 39 | u32 fc_protocol; |
40 | u32 fc_type; /* only 8 bits are used */ | ||
40 | 41 | ||
41 | struct in6_addr fc_dst; | 42 | struct in6_addr fc_dst; |
42 | struct in6_addr fc_src; | 43 | struct in6_addr fc_src; |
@@ -111,9 +112,8 @@ struct rt6_info { | |||
111 | struct inet6_dev *rt6i_idev; | 112 | struct inet6_dev *rt6i_idev; |
112 | unsigned long _rt6i_peer; | 113 | unsigned long _rt6i_peer; |
113 | 114 | ||
114 | #ifdef CONFIG_XFRM | 115 | u32 rt6i_genid; |
115 | u32 rt6i_flow_cache_genid; | 116 | |
116 | #endif | ||
117 | /* more non-fragment space at head required */ | 117 | /* more non-fragment space at head required */ |
118 | unsigned short rt6i_nfheader_len; | 118 | unsigned short rt6i_nfheader_len; |
119 | 119 | ||