summary refs log tree commit diff
path: root/include/net/flow_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/flow_keys.h')
-rw-r--r--include/net/flow_keys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/flow_keys.h b/include/net/flow_keys.h
index 7ee2df083542..dc8fd81412bf 100644
--- a/include/net/flow_keys.h
+++ b/include/net/flow_keys.h
@@ -22,9 +22,9 @@ struct flow_keys {
 		__be32 ports;
 		__be16 port16[2];
 	};
-	u16 thoff;
-	u16 n_proto;
-	u8 ip_proto;
+	u16	thoff;
+	__be16	n_proto;
+	u8	ip_proto;
 };
 
 bool __skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow,