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;
};
};
mywiki/linux/checksum.1459920592.txt.gz · Last modified: (external edit)
