Lines Matching full:span
18 * @src: The span of data over which the CRC should be computed.
21 * Computes the CRC of the provided data span (@src), compares it to the CRC
39 * @src: The data span to check the start of.
47 * sshp_find_syn() - Find SSH SYN bytes in the given data span.
48 * @src: The data span to search in.
49 * @rem: The span (output) indicating the remaining data, starting with SSH
52 * Search for SSH SYN bytes in the given source span. If found, set the @rem
53 * span to the remaining data, starting with the first SYN bytes and capped by
54 * the source span length, and return %true. This function does not copy any
58 * If no SSH SYN bytes could be found, set the @rem span to the zero-length
59 * span at the end of the source span and return %false.
61 * If partial SSH SYN bytes could be found at the end of the source span, set
62 * the @rem span to cover these partial SYN bytes, capped by the end of the
63 * source span, and return %false. This function should then be re-run once
102 * writes the limits of the frame payload to the provided @payload span
109 * the %NULL pointer and the payload span will be set to the null span (start
190 * to the command header and the @command_data span to the command data (i.e.
191 * payload of the command). This will result in a zero-length span if the