diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ipv6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index db3b2ba0f4..1d6d3ccc94 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
| @@ -226,12 +226,12 @@ struct inet6_skb_parm { | |||
| 226 | __u16 dst0; | 226 | __u16 dst0; |
| 227 | __u16 srcrt; | 227 | __u16 srcrt; |
| 228 | __u16 dst1; | 228 | __u16 dst1; |
| 229 | #ifdef CONFIG_IPV6_MIP6 | ||
| 230 | __u16 dsthao; | ||
| 231 | #endif | ||
| 232 | __u16 lastopt; | 229 | __u16 lastopt; |
| 233 | __u32 nhoff; | 230 | __u32 nhoff; |
| 234 | __u16 flags; | 231 | __u16 flags; |
| 232 | #ifdef CONFIG_IPV6_MIP6 | ||
| 233 | __u16 dsthao; | ||
| 234 | #endif | ||
| 235 | 235 | ||
| 236 | #define IP6SKB_XFRM_TRANSFORMED 1 | 236 | #define IP6SKB_XFRM_TRANSFORMED 1 |
| 237 | }; | 237 | }; |
