mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-25 14:00:35 +07:00
[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: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5a5a852e45
commit
1f61ab5ca5
@ -273,8 +273,8 @@ struct sk_buff {
|
|||||||
|
|
||||||
unsigned int len,
|
unsigned int len,
|
||||||
data_len,
|
data_len,
|
||||||
mac_len,
|
mac_len;
|
||||||
csum;
|
__wsum csum;
|
||||||
__u32 priority;
|
__u32 priority;
|
||||||
__u8 local_df:1,
|
__u8 local_df:1,
|
||||||
cloned:1,
|
cloned:1,
|
||||||
|
Loading…
Reference in New Issue
Block a user