[NET]: Annotate checksums in on-the-wire packets.

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-11-14 21:24:30 -08:00
committed by David S. Miller
parent 56649d5d3c
commit 9981a0e36a
7 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ struct tcphdr {
#error "Adjust your <asm/byteorder.h> defines"
#endif
__be16 window;
__be16 check;
__sum16 check;
__be16 urg_ptr;
};