From: Al Viro Date: Thu, 28 Sep 2006 01:35:29 +0000 (-0700) Subject: [IPV4]: struct inet_request_sock annotations X-Git-Tag: v2.6.19-rc1~858^2~63 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11be94bf6a3bfc90816d37847e6b5b179ca2ff6;p=linux-2.6 [IPV4]: struct inet_request_sock annotations ->port is net-endian Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index 7a1f69f012..a448bb226b 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,