Al Viro 269bd27e66 [TCP]: struct tcp_sack_block annotations
Some of the instances of tcp_sack_block are host-endian, some - net-endian.
Define struct tcp_sack_block_wire identical to struct tcp_sack_block
with u32 replaced with __be32; annotate uses of tcp_sack_block replacing
net-endian ones with tcp_sack_block_wire.  Change is obviously safe since
for cc(1) __be32 is typedefed to u32.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-28 18:02:04 -07:00
..
2006-09-28 18:01:07 -07:00
2006-09-28 18:01:05 -07:00
2006-09-28 18:01:53 -07:00
2006-09-28 18:02:02 -07:00
2006-09-28 18:01:09 -07:00
2006-09-22 15:18:19 -07:00
2006-09-24 20:13:03 -07:00
2006-09-28 18:01:54 -07:00
2006-09-22 15:18:04 -07:00
2006-09-22 15:18:03 -07:00
2006-09-28 18:01:53 -07:00