Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 269bd27e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ struct tcp_sock {
 *	Header prediction flags
 *	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