projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a831f5b
)
[IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 24 Aug 2006 02:25:55 +0000
(19:25 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:06:54 +0000
(15:06 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
patch
|
blob
|
history
diff --git
a/include/linux/ipv6.h
b/include/linux/ipv6.h
index db3b2ba0f4f88f1e77c6e38526fc8adc738457f8..1d6d3ccc9413ca2488241821f0a37411b0ea097f 100644
(file)
--- a/
include/linux/ipv6.h
+++ b/
include/linux/ipv6.h
@@
-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
};