Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Diov_iter.c583 struct csum_state *csstate, in csum_and_copy_to_pipe_iter() argument
588 __wsum sum = csstate->csum; in csum_and_copy_to_pipe_iter()
589 size_t off = csstate->off; in csum_and_copy_to_pipe_iter()
613 csstate->csum = sum; in csum_and_copy_to_pipe_iter()
614 csstate->off = off; in csum_and_copy_to_pipe_iter()
1522 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local
1530 sum = csstate->csum; in csum_and_copy_to_iter()
1531 off = csstate->off; in csum_and_copy_to_iter()
1559 csstate->csum = sum; in csum_and_copy_to_iter()
1560 csstate->off = off; in csum_and_copy_to_iter()
/kernel/linux/linux-5.10/include/linux/
Duio.h284 size_t csum_and_copy_to_iter(const void *addr, size_t bytes, void *csstate, struct iov_iter *i);