[NETFILTER]: netfilter misc annotations

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-28 14:21:07 -07:00
committed by David S. Miller
parent d77072ecfb
commit 59b8bfd8fd
4 changed files with 7 additions and 7 deletions

View File

@ -128,8 +128,8 @@ EXPORT_SYMBOL(ip_nat_decode_session);
*/
struct ip_rt_info {
u_int32_t daddr;
u_int32_t saddr;
__be32 daddr;
__be32 saddr;
u_int8_t tos;
};