[NET]: Preliminaty annotation of skb->csum.
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 15 Nov 2006 05:44:08 +0000 (21:44 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:23:44 +0000 (21:23 -0800)
It's still not completely right; we need to split it into anon unions
of __wsum and unsigned - for cases when we use it for partial checksum
and for offset of checksum in skb

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found