Commit 1f61ab5c authored by Al Viro's avatar Al Viro Committed by David S. Miller

[NET]: Preliminaty annotation of skb->csum.

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5a5a852e
......@@ -273,8 +273,8 @@ struct sk_buff {
unsigned int len,
data_len,
mac_len,
csum;
mac_len;
__wsum csum;
__u32 priority;
__u8 local_df:1,
cloned:1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment