Searched refs:m_ack (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_asconf.c614 struct mbuf *n, *m_ack, *m_result, *m_tail; local
672 m_ack = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_ack_chunk), 0,
674 if (m_ack == NULL) {
679 m_tail = m_ack; /* current reply chain's tail */
682 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *);
687 SCTP_BUF_LEN(m_ack) = sizeof(struct sctp_asconf_ack_chunk);
697 sctp_m_freem(m_ack);
717 sctp_m_freem(m_ack);
724 sctp_m_freem(m_ack);
729 sctp_m_freem(m_ack);
[all...]
H A Dsctp_output.c9307 struct mbuf *m_ack; local
9352 m_ack = SCTP_M_COPYM(ack->data, 0, M_COPYALL, M_NOWAIT);
9353 if (m_ack == NULL) {
9359 sctp_log_mbc(m_ack, SCTP_MBUF_ICOPY);
9366 if (m_ack)
9367 sctp_m_freem(m_ack);
9378 chk->data = m_ack;

Completed in 176 milliseconds