Lines Matching refs:sctp_m_getptr
1091 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_existing()
1118 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_existing()
1432 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_new()
1459 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_new()
1830 sig = (u_int8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (u_int8_t *)&tmp_sig); in sctp_handle_cookie_echo()
3202 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
3235 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
3663 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
3681 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
3748 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control()
4214 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m, in sctp_input()