Commit dddc93c0 authored by Al Viro's avatar Al Viro Committed by David S. Miller

[TCP]: struct tcp_sock .pred_flags is net-endian

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 269bd27e
...@@ -216,7 +216,7 @@ struct tcp_sock { ...@@ -216,7 +216,7 @@ struct tcp_sock {
* Header prediction flags * Header prediction flags
* 0x5?10 << 16 + snd_wnd in net byte order * 0x5?10 << 16 + snd_wnd in net byte order
*/ */
__u32 pred_flags; __be32 pred_flags;
/* /*
* RFC793 variables by their proper names. This means you can * RFC793 variables by their proper names. This means you can
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment