diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2007-08-22 20:06:58 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:56 -0400 |
commit | d3bb52b0948cf118131c951c5a34a2d4d0246171 (patch) | |
tree | e06f2029134bd0f6fae3cc99107191b55ef30ea4 /drivers/net/bonding/bond_alb.h | |
parent | dd96df2cc2539ecd451614a2ffed4d8a4c541d92 (diff) |
endianness annotations drivers/net/bonding/
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/bonding/bond_alb.h')
-rw-r--r-- | drivers/net/bonding/bond_alb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h index 28f2a2fd1b5a..fd8726429890 100644 --- a/drivers/net/bonding/bond_alb.h +++ b/drivers/net/bonding/bond_alb.h | |||
@@ -60,8 +60,8 @@ struct tlb_client_info { | |||
60 | * ------------------------------------------------------------------------- | 60 | * ------------------------------------------------------------------------- |
61 | */ | 61 | */ |
62 | struct rlb_client_info { | 62 | struct rlb_client_info { |
63 | u32 ip_src; /* the server IP address */ | 63 | __be32 ip_src; /* the server IP address */ |
64 | u32 ip_dst; /* the client IP address */ | 64 | __be32 ip_dst; /* the client IP address */ |
65 | u8 mac_dst[ETH_ALEN]; /* the client MAC address */ | 65 | u8 mac_dst[ETH_ALEN]; /* the client MAC address */ |
66 | u32 next; /* The next Hash table entry index */ | 66 | u32 next; /* The next Hash table entry index */ |
67 | u32 prev; /* The previous Hash table entry index */ | 67 | u32 prev; /* The previous Hash table entry index */ |