Skip to content

Commit

Permalink
[IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 22, 2006
1 parent a831f5b commit 8dd7368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/linux/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ struct inet6_skb_parm {
__u16 dst0;
__u16 srcrt;
__u16 dst1;
#ifdef CONFIG_IPV6_MIP6
__u16 dsthao;
#endif
__u16 lastopt;
__u32 nhoff;
__u16 flags;
#ifdef CONFIG_IPV6_MIP6
__u16 dsthao;
#endif

#define IP6SKB_XFRM_TRANSFORMED 1
};
Expand Down

0 comments on commit 8dd7368

Please sign in to comment.