diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/flow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index 78113daadd63..2ec377d9ab9f 100644 --- a/include/net/flow.h +++ b/include/net/flow.h | |||
@@ -68,7 +68,7 @@ struct flowi4 { | |||
68 | #define fl4_ipsec_spi uli.spi | 68 | #define fl4_ipsec_spi uli.spi |
69 | #define fl4_mh_type uli.mht.type | 69 | #define fl4_mh_type uli.mht.type |
70 | #define fl4_gre_key uli.gre_key | 70 | #define fl4_gre_key uli.gre_key |
71 | }; | 71 | } __attribute__((__aligned__(BITS_PER_LONG/8))); |
72 | 72 | ||
73 | static inline void flowi4_init_output(struct flowi4 *fl4, int oif, | 73 | static inline void flowi4_init_output(struct flowi4 *fl4, int oif, |
74 | __u32 mark, __u8 tos, __u8 scope, | 74 | __u32 mark, __u8 tos, __u8 scope, |
@@ -112,7 +112,7 @@ struct flowi6 { | |||
112 | #define fl6_ipsec_spi uli.spi | 112 | #define fl6_ipsec_spi uli.spi |
113 | #define fl6_mh_type uli.mht.type | 113 | #define fl6_mh_type uli.mht.type |
114 | #define fl6_gre_key uli.gre_key | 114 | #define fl6_gre_key uli.gre_key |
115 | }; | 115 | } __attribute__((__aligned__(BITS_PER_LONG/8))); |
116 | 116 | ||
117 | struct flowidn { | 117 | struct flowidn { |
118 | struct flowi_common __fl_common; | 118 | struct flowi_common __fl_common; |
@@ -127,7 +127,7 @@ struct flowidn { | |||
127 | union flowi_uli uli; | 127 | union flowi_uli uli; |
128 | #define fld_sport uli.ports.sport | 128 | #define fld_sport uli.ports.sport |
129 | #define fld_dport uli.ports.dport | 129 | #define fld_dport uli.ports.dport |
130 | }; | 130 | } __attribute__((__aligned__(BITS_PER_LONG/8))); |
131 | 131 | ||
132 | struct flowi { | 132 | struct flowi { |
133 | union { | 133 | union { |