aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-26 21:26:42 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 17:54:05 -0700
commitf2c3fe24119ee4f8faca08699f0488f500014a27 (patch)
tree7f1d1e4a80f3b9f345a5339bc7370ad187132a55 /include/net/flow.h
parent[IPV4]: annotate rt_hash_code() users (diff)
downloadlinux-dev-f2c3fe24119ee4f8faca08699f0488f500014a27.tar.xz
linux-dev-f2c3fe24119ee4f8faca08699f0488f500014a27.zip
[IPV4]: annotate ipv4 addresses in struct rtable and struct flowi
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r--include/net/flow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index 3ca210ec1379..97569af9bda7 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -16,8 +16,8 @@ struct flowi {
union {
struct {
- __u32 daddr;
- __u32 saddr;
+ __be32 daddr;
+ __be32 saddr;
__u32 fwmark;
__u8 tos;
__u8 scope;