Commit 8dd7368d authored by David S. Miller's avatar David S. Miller

[IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a831f5bb
...@@ -226,12 +226,12 @@ struct inet6_skb_parm { ...@@ -226,12 +226,12 @@ struct inet6_skb_parm {
__u16 dst0; __u16 dst0;
__u16 srcrt; __u16 srcrt;
__u16 dst1; __u16 dst1;
#ifdef CONFIG_IPV6_MIP6
__u16 dsthao;
#endif
__u16 lastopt; __u16 lastopt;
__u32 nhoff; __u32 nhoff;
__u16 flags; __u16 flags;
#ifdef CONFIG_IPV6_MIP6
__u16 dsthao;
#endif
#define IP6SKB_XFRM_TRANSFORMED 1 #define IP6SKB_XFRM_TRANSFORMED 1
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment