[IPV4]: struct inet_request_sock annotations

->port 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:
Al Viro 2006-09-27 18:35:29 -07:00 committed by David S. Miller
parent 4f3608b787
commit e11be94bf6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ struct inet_request_sock {
#endif
__be32 loc_addr;
__be32 rmt_addr;
u16 rmt_port;
__be16 rmt_port;
u16 snd_wscale : 4,
rcv_wscale : 4,
tstamp_ok : 1,