Files
twx-linux/net/ipv4
Al Viro 2f6d2c9b7d [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: Adrian Bunk <bunk@stusta.de>
2007-02-14 13:58:42 +01:00
..
2006-01-11 18:42:14 -08:00
2006-01-11 18:42:14 -08:00
2006-01-11 18:42:14 -08:00
2006-04-07 09:44:29 -07:00
2006-02-07 20:57:37 -05:00
2006-11-05 08:15:37 +01:00
2006-01-11 18:42:14 -08:00
2006-01-18 19:20:30 -08:00
2006-01-03 16:03:49 -08:00
2006-01-03 13:11:09 -08:00
2006-01-30 20:54:39 -08:00
2006-01-04 13:59:32 -08:00