Lines Matching full:checksum
25 * @v pshdr_csum Pseudo-header checksum
60 * @v trans_csum Transport-layer checksum to complete, or NULL
85 * @v partial Checksum of already-summed data, in network byte order
88 * @ret cksum Updated checksum, in network byte order
90 * Calculates a TCP/IP-style 16-bit checksum over the data block. The
91 * checksum is returned in network byte order.
93 * This function may be used to add new data to an existing checksum.
96 * byte-swap either the input partial checksum, the output checksum,
128 * @ret cksum Checksum, in network byte order
130 * Calculates a TCP/IP-style 16-bit checksum over the data block. The
131 * checksum is returned in network byte order.