[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>
This commit is contained in:
Al Viro
2006-09-26 21:26:42 -07:00
committed by David S. Miller
parent 8c7bc84085
commit f2c3fe2411
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ struct flowi {
union {
struct {
__u32 daddr;
__u32 saddr;
__be32 daddr;
__be32 saddr;
__u32 fwmark;
__u8 tos;
__u8 scope;