Home
last modified time | relevance | path

Searched refs:csum_and_copy_from_iter (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Duio.h314 size_t csum_and_copy_from_iter(void *addr, size_t bytes, __wsum *csum, struct iov_iter *i);
320 size_t copied = csum_and_copy_from_iter(addr, bytes, csum, i); in csum_and_copy_from_iter_full()
/linux-6.1.9/lib/
Diov_iter.c1524 size_t csum_and_copy_from_iter(void *addr, size_t bytes, __wsum *csum, in csum_and_copy_from_iter() function
1544 EXPORT_SYMBOL(csum_and_copy_from_iter);