Lines Matching refs:sctp_m_getptr
1404 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_existing()
1421 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_existing()
1980 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_new()
1998 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_new()
2101 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new()
2346 sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig); in sctp_handle_cookie_echo()
4006 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); in sctp_handle_stream_reset()
4017 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset()
4389 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
4423 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset, in sctp_process_control()
4439 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
4544 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
5230 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()