mywiki:linux:checksum
This is an old revision of the document!
Table of Contents
Linux Checksum Calculation Logic
| API | Comments |
|---|---|
| skb_checksum_help | |
| ip_fast_csum | |
| csum_fold |
Linux Checksum
union {
__wsum csum;
struct {
__u16 csum_start;
__u16 csum_offset;
};
};
skb→csum和skb→ip_summed:
| Main Variables | Input Direction | Output Direction |
| skb→csum | ||
| skb→ip_summed |
mywiki/linux/checksum.1459920762.txt.gz · Last modified: (external edit)
