Linux Kernel
3.7.1
|
#include <linux/compiler.h>
#include <linux/module.h>
#include <asm/checksum.h>
Go to the source code of this file.
Functions | |
__wsum | csum_partial (const void *buff, int len, __wsum sum) |
__sum16 | ip_compute_csum (const void *buff, int len) |
EXPORT_SYMBOL (ip_compute_csum) | |
csum_partial - Compute an internet checksum. : buffer to be checksummed : length of buffer. : initial sum to be added in (32bit unfolded)
Returns the 32bit unfolded internet checksum of the buffer. Before filling it in it needs to be csum_fold()'ed. buff should be aligned to a 64bit boundary if possible.
Definition at line 133 of file csum-partial_64.c.
EXPORT_SYMBOL | ( | ip_compute_csum | ) |