aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:28:28 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:01:54 -0700
commitc1d18f9fa09489635a451ee13c1727e1683c2333 (patch)
treef44abb3c8ac44ec7113c00d2ca86bb2e33488464 /include/net/ip.h
parent[IPV4]: struct ip_options annotations (diff)
downloadlinux-dev-c1d18f9fa09489635a451ee13c1727e1683c2333.tar.xz
linux-dev-c1d18f9fa09489635a451ee13c1727e1683c2333.zip
[IPV4]: struct ipcm_cookie annotation
->addr 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/ip.h')
-rw-r--r--include/net/ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 6da1229c041a..b40bd2f9ed79 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -45,7 +45,7 @@ struct inet_skb_parm
struct ipcm_cookie
{
- u32 addr;
+ __be32 addr;
int oif;
struct ip_options *opt;
};