Lines Matching full:checksum
66 Function Raw bytes Checksum offload header
82 Checksum offload header, has the information about the checksum processing done
83 by the hardware.Checksum offload header fields are in big endian format.
88 Function Reserved Valid Checksum start offset
91 Function Checksum length Checksum value
95 Valid bit indicates whether the partial checksum is calculated and is valid.
101 Checksum start offset, Indicates the offset in bytes from the beginning of the
102 IP header, from which modem computed checksum.
104 Checksum length is the Length in bytes starting from CKSUM_START_OFFSET,
105 over which checksum is computed.
107 Checksum value, indicates the checksum computed.
126 limited to checksum header.
136 d. Checksum offload header v5
138 Checksum offload header fields are in big endian format.
141 Function Header Type Next Header Checksum Valid Reserved
143 Header Type is to indicate the type of header, this usually is set to CHECKSUM
149 2 checksum header
151 Checksum Valid is to indicate whether the header checksum is valid. Value of 1
152 implies that checksum is calculated on this packet and is valid, value of 0
153 indicates that the calculated packet checksum is invalid.