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

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

[IPV4]: struct inet_request_sock annotations



->port 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 4f3608b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,7 @@ struct inet_request_sock {
#endif
#endif
	__be32			loc_addr;
	__be32			loc_addr;
	__be32			rmt_addr;
	__be32			rmt_addr;
	u16			rmt_port;
	__be16			rmt_port;
	u16			snd_wscale : 4, 
	u16			snd_wscale : 4, 
				rcv_wscale : 4, 
				rcv_wscale : 4, 
				tstamp_ok  : 1,
				tstamp_ok  : 1,