Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddatagram.c829 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local
836 csstate->csum = csum_block_add(csstate->csum, in csum_and_copy_to_iter()
838 csstate->off); in csum_and_copy_to_iter()
839 csstate->off += bytes; in csum_and_copy_to_iter()
843 sum = csum_shift(csstate->csum, csstate->off); in csum_and_copy_to_iter()
848 csstate->csum = csum_shift(sum, csstate->off); in csum_and_copy_to_iter()
849 csstate->off += bytes; in csum_and_copy_to_iter()