summaryrefslogtreecommitdiff
path: root/include/net/inet_sock.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:35:29 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:02:12 -0700
commite11be94bf6a3bfc90816d37847e6b5b179ca2ff6 (patch)
treecbfb22254750354bffabc25b2c2bda054f24aa4e /include/net/inet_sock.h
parent4f3608b787f471e8e6b9f39c5ed1edde5a2e7d04 (diff)
[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>
Diffstat (limited to 'include/net/inet_sock.h')
-rw-r--r--include/net/inet_sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
index 7a1f69f01269..a448bb226bb3 100644
--- a/include/net/inet_sock.h
+++ b/include/net/inet_sock.h
@@ -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,