/src/sys/netinet/ |
sctp_indata.c | 1665 struct mbuf **m, int offset, struct sctp_data_chunk *ch, int chk_length, 1870 the_len = (chk_length-sizeof(struct sctp_data_chunk)); 2506 int chk_length, break_flag, last_chunk; local in function:sctp_process_data 2587 chk_length = ntohs(ch->ch.chunk_length); 2588 if ((size_t)chk_length < sizeof(struct sctp_data_chunk) + 1 || 2589 length - *offset < chk_length) { 2616 chk_length, length - *offset); 2623 if (SCTP_SIZE32(chk_length) == *offset - length) { 2629 chk_length, net, high_tsn, &abort_flag, &break_flag, 2650 *offset += SCTP_SIZE32(chk_length); [all...] |
sctp_input.c | 1048 int chk_length; local in function:sctp_process_cookie_existing 1102 chk_length = ntohs(init_cp->ch.chunk_length); 1116 initack_offset = init_offset + SCTP_SIZE32(chk_length); 1129 chk_length = ntohs(initack_cp->ch.chunk_length); 1421 int chk_length; local in function:sctp_process_cookie_new 1443 chk_length = ntohs(init_cp->ch.chunk_length); 1453 initack_offset = init_offset + SCTP_SIZE32(chk_length); 1470 chk_length = ntohs(initack_cp->ch.chunk_length); 1484 initack_limit = initack_offset + SCTP_SIZE32(chk_length); 2724 int chk_length, param_len local in function:sctp_handle_stream_reset 3032 int chk_length; local in function:sctp_process_control [all...] |
sctputil.c | 2711 unsigned int chk_length; local in function:sctp_handle_ootb 2722 chk_length = ntohs(ch->chunk_length); 2723 if (chk_length < sizeof(*ch)) { 2746 offset += SCTP_SIZE32(chk_length); 2763 unsigned int chk_length; local in function:sctp_is_there_an_abort_here 2769 chk_length = ntohs(ch->chunk_length); 2770 if (chk_length < sizeof(*ch)) { 2788 offset += SCTP_SIZE32(chk_length);
|