Searched refs:m_sig (Results 1 – 1 of 1) sorted by relevance
2305 struct mbuf *m_sig; in sctp_handle_cookie_echo() local2357 m_sig = m_split(m, sig_offset, M_NOWAIT); in sctp_handle_cookie_echo()2358 if (m_sig == NULL) { in sctp_handle_cookie_echo()2364 sctp_log_mbc(m_sig, SCTP_MBUF_SPLIT); in sctp_handle_cookie_echo()2395 sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig); in sctp_handle_cookie_echo()2398 sctp_m_freem(m_sig); in sctp_handle_cookie_echo()2429 SCTP_BUF_NEXT(m_at) = m_sig; in sctp_handle_cookie_echo()