Home
last modified time | relevance | path

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

/linux/net/core/
A Ddatagram.c772 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local
779 csstate->csum = csum_block_add(csstate->csum, in csum_and_copy_to_iter()
781 csstate->off); in csum_and_copy_to_iter()
782 csstate->off += bytes; in csum_and_copy_to_iter()
786 sum = csum_shift(csstate->csum, csstate->off); in csum_and_copy_to_iter()
791 csstate->csum = csum_shift(sum, csstate->off); in csum_and_copy_to_iter()
792 csstate->off += bytes; in csum_and_copy_to_iter()

Completed in 8 milliseconds