Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddatagram.c826 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local
833 csstate->csum = csum_block_add(csstate->csum, in csum_and_copy_to_iter()
835 csstate->off); in csum_and_copy_to_iter()
836 csstate->off += bytes; in csum_and_copy_to_iter()
840 sum = csum_shift(csstate->csum, csstate->off); in csum_and_copy_to_iter()
845 csstate->csum = csum_shift(sum, csstate->off); in csum_and_copy_to_iter()
846 csstate->off += bytes; in csum_and_copy_to_iter()