aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:43:50 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:02:27 -0700
commit23f33c2d4fd5986243b67a2bf5e63ebae1a76ffa (patch)
tree17c3315cd4d8f4aa86a45b9e069b57d9f9c46299 /net/ipv4/tcp_ipv4.c
parent[IPV4]: annotate inet_lookup() and friends (diff)
downloadlinux-dev-23f33c2d4fd5986243b67a2bf5e63ebae1a76ffa.tar.xz
linux-dev-23f33c2d4fd5986243b67a2bf5e63ebae1a76ffa.zip
[IPV4]: struct inet_timewait_sock annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 89f3cf94685a..c83938b8fcb1 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1763,7 +1763,7 @@ static void get_tcp4_sock(struct sock *sp, char *tmpbuf, int i)
static void get_timewait4_sock(struct inet_timewait_sock *tw, char *tmpbuf, int i)
{
- unsigned int dest, src;
+ __be32 dest, src;
__u16 destp, srcp;
int ttd = tw->tw_ttd - jiffies;