|
Linux Kernel
3.7.1
|
#include <linux/export.h>#include <linux/compiler.h>#include <linux/types.h>#include <asm/checksum.h>#include <asm/uaccess.h>Go to the source code of this file.
Functions | |
| __wsum | csum_and_copy_from_user (const void __user *src, void *dst, int len, __wsum sum, int *err_ptr) |
| EXPORT_SYMBOL (csum_and_copy_from_user) | |
| __wsum | csum_and_copy_to_user (const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) |
| EXPORT_SYMBOL (csum_and_copy_to_user) | |
| __wsum csum_and_copy_from_user | ( | const void __user * | src, |
| void * | dst, | ||
| int | len, | ||
| __wsum | sum, | ||
| int * | err_ptr | ||
| ) |
Definition at line 26 of file checksum_wrappers_64.c.
| __wsum csum_and_copy_to_user | ( | const void * | src, |
| void __user * | dst, | ||
| int | len, | ||
| __wsum | sum, | ||
| int * | err_ptr | ||
| ) |
Definition at line 67 of file checksum_wrappers_64.c.
| EXPORT_SYMBOL | ( | csum_and_copy_from_user | ) |
| EXPORT_SYMBOL | ( | csum_and_copy_to_user | ) |
1.8.2