mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
[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:
parent
56649d5d3c
commit
9981a0e36a
7 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ struct icmp6hdr {
|
|||
|
||||
__u8 icmp6_type;
|
||||
__u8 icmp6_code;
|
||||
__be16 icmp6_cksum;
|
||||
__sum16 icmp6_cksum;
|
||||
|
||||
|
||||
union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue