Searched refs:m_asconf (Results 1 – 2 of 2) sorted by relevance
2557 struct mbuf *m_asconf, *m_asconf_chk; in sctp_compose_asconf() local2587 m_asconf = sctp_get_mbuf_for_msg(MCLBYTES, 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf()2588 if (m_asconf == NULL) { in sctp_compose_asconf()2596 SCTP_BUF_LEN(m_asconf) = 0; in sctp_compose_asconf()2601 ptr = mtod(m_asconf, caddr_t); /* beginning of cluster */ in sctp_compose_asconf()2617 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()2666 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()2720 sctp_m_freem(m_asconf); in sctp_compose_asconf()2731 sctp_m_freem(m_asconf); in sctp_compose_asconf()2736 SCTP_BUF_NEXT(m_asconf_chk) = m_asconf; in sctp_compose_asconf()[all …]
9250 struct mbuf *m_asconf; in sctp_send_asconf() local9262 m_asconf = sctp_compose_asconf(stcb, &len, addr_locked); in sctp_send_asconf()9263 if (m_asconf == NULL) { in sctp_send_asconf()9270 sctp_m_freem(m_asconf); in sctp_send_asconf()9278 chk->data = m_asconf; in sctp_send_asconf()