aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch/flow.h')
-rw-r--r--net/openvswitch/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h
index 098fd1db6a23..204e0ccd116d 100644
--- a/net/openvswitch/flow.h
+++ b/net/openvswitch/flow.h
@@ -158,7 +158,7 @@ struct sw_flow {
158 unsigned long used; /* Last used time (in jiffies). */ 158 unsigned long used; /* Last used time (in jiffies). */
159 u64 packet_count; /* Number of packets matched. */ 159 u64 packet_count; /* Number of packets matched. */
160 u64 byte_count; /* Number of bytes matched. */ 160 u64 byte_count; /* Number of bytes matched. */
161 u8 tcp_flags; /* Union of seen TCP flags. */ 161 __be16 tcp_flags; /* Union of seen TCP flags. */
162}; 162};
163 163
164struct arp_eth_header { 164struct arp_eth_header {