mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
[TCP]: struct tcp_sock .pred_flags is net-endian
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
269bd27e66
commit
dddc93c05d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue