Lines Matching defs:chunk

230 			    struct sctp_chunk *chunk)
234 retval = sctp_primitive_RECONF(asoc->base.net, asoc, chunk);
236 sctp_chunk_free(chunk);
270 struct sctp_chunk *chunk;
334 chunk = sctp_make_strreset_req(asoc, str_nums, nstr_list, out, in);
338 if (!chunk) {
353 asoc->strreset_chunk = chunk;
356 retval = sctp_send_reconf(asoc, chunk);
383 struct sctp_chunk *chunk = NULL;
397 chunk = sctp_make_strreset_tsnreq(asoc);
398 if (!chunk)
405 asoc->strreset_chunk = chunk;
408 retval = sctp_send_reconf(asoc, chunk);
428 struct sctp_chunk *chunk = NULL;
460 chunk = sctp_make_strreset_addstrm(asoc, out, in);
461 if (!chunk) {
466 asoc->strreset_chunk = chunk;
469 retval = sctp_send_reconf(asoc, chunk);
486 struct sctp_chunk *chunk = asoc->strreset_chunk;
490 if (!chunk)
493 hdr = (struct sctp_reconf_chunk *)chunk->chunk_hdr;
613 struct sctp_chunk *chunk = NULL;
655 chunk = sctp_make_strreset_req(asoc, nums, str_p, 1, 0);
656 if (!chunk)
667 asoc->strreset_chunk = chunk;
676 if (!chunk)
677 chunk = sctp_make_strreset_resp(asoc, result, request_seq);
679 return chunk;
725 /* G4: The same processing as though a FWD-TSN chunk (as defined in
734 * TSN that the peer should use to send the next DATA chunk. The
742 /* G3: The same processing as though a SACK chunk with no gap report
750 * chunk. The value SHOULD be the highest TSN sent by the receiver
857 struct sctp_chunk *chunk = NULL;
893 chunk = sctp_make_strreset_addstrm(asoc, out, 0);
894 if (!chunk)
897 asoc->strreset_chunk = chunk;
908 if (!chunk)
909 chunk = sctp_make_strreset_resp(asoc, result, request_seq);
911 return chunk;