Lines Matching full:chunks
176 * The RANDOM parameter, the CHUNKS parameter and the HMAC-ALGO
187 struct sctp_chunks_param *chunks,
198 if (chunks)
199 chunks_len = ntohs(chunks->param_hdr.length);
210 if (chunks) {
211 memcpy(new->data + offset, chunks, chunks_len);
302 * The RANDOM parameter, the CHUNKS parameter and the HMAC-ALGO
560 * chunks MUST NOT be listed in the CHUNKS parameter. However, if
561 * a CHUNKS parameter is received then the types for INIT, INIT-ACK,
562 * SHUTDOWN-COMPLETE and AUTH chunks MUST be ignored.
565 switch (param->chunks[i]) {
573 if (param->chunks[i] == chunk)
613 * zero (as shown in Figure 6) followed by all chunks that are placed
678 p->chunks[nchunks] = chunk_id;
927 /* Allocate space for HMACS and CHUNKS authentication
957 /* Initialize the CHUNKS parameter */