aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 21:35:29 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 21:02:12 -0400
commite11be94bf6a3bfc90816d37847e6b5b179ca2ff6 (patch)
treecbfb22254750354bffabc25b2c2bda054f24aa4e /include
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')
-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 {
64#endif 64#endif
65 __be32 loc_addr; 65 __be32 loc_addr;
66 __be32 rmt_addr; 66 __be32 rmt_addr;
67 u16 rmt_port; 67 __be16 rmt_port;
68 u16 snd_wscale : 4, 68 u16 snd_wscale : 4,
69 rcv_wscale : 4, 69 rcv_wscale : 4,
70 tstamp_ok : 1, 70 tstamp_ok : 1,