提交 e11be94b 编写于 作者: A Al Viro 提交者: David S. Miller

[IPV4]: struct inet_request_sock annotations

->port is net-endian
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4f3608b7
...@@ -64,7 +64,7 @@ struct inet_request_sock { ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册