Home
last modified time | relevance | path

Searched refs:m_sig (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_input.c2249 struct mbuf *m_sig; in sctp_handle_cookie_echo() local
2301 m_sig = m_split(m, sig_offset, M_NOWAIT); in sctp_handle_cookie_echo()
2302 if (m_sig == NULL) { in sctp_handle_cookie_echo()
2308 sctp_log_mbc(m_sig, SCTP_MBUF_SPLIT); in sctp_handle_cookie_echo()
2327 sctp_m_freem(m_sig); in sctp_handle_cookie_echo()
2346 sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig); in sctp_handle_cookie_echo()
2349 sctp_m_freem(m_sig); in sctp_handle_cookie_echo()
2380 SCTP_BUF_NEXT(m_at) = m_sig; in sctp_handle_cookie_echo()