Lines Matching refs:SCTP_SIZE32
1231 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
1419 initack_offset = init_offset + SCTP_SIZE32(ntohs(init_cp->ch.chunk_length)); in sctp_process_cookie_existing()
1992 initack_offset = init_offset + SCTP_SIZE32(ntohs(init_cp->ch.chunk_length)); in sctp_process_cookie_new()
3394 len = SCTP_SIZE32(ntohs(r->ph.param_length)); in sctp_find_stream_reset()
4003 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size); in sctp_handle_stream_reset()
4102 offset += SCTP_SIZE32(param_len); in sctp_handle_stream_reset()
4103 if (remaining_length >= SCTP_SIZE32(param_len)) { in sctp_handle_stream_reset()
4104 remaining_length -= SCTP_SIZE32(param_len); in sctp_handle_stream_reset()
4245 offset += SCTP_SIZE32(chk_len); in sctp_handle_packet_dropped()
4383 *offset += SCTP_SIZE32(auth_len); in sctp_process_control()
4422 asconf_offset += SCTP_SIZE32(asconf_len); in sctp_process_control()
4582 (length - *offset > (int)SCTP_SIZE32(chk_length))) { in sctp_process_control()
4632 (length - *offset > (int)SCTP_SIZE32(chk_length))) { in sctp_process_control()
5017 (length - *offset > (int)SCTP_SIZE32(chk_length))) { in sctp_process_control()
5197 len = min(SCTP_SIZE32(chk_length), (uint32_t)(length - *offset)); in sctp_process_control()
5225 *offset += SCTP_SIZE32(chk_length); in sctp_process_control()