Searched refs:m_asconf (Results 1 – 2 of 2) sorted by relevance
2556 struct mbuf *m_asconf, *m_asconf_chk; in sctp_compose_asconf() local2600 m_asconf = sctp_get_mbuf_for_msg(MCLBYTES, 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf()2601 if (m_asconf == NULL) { in sctp_compose_asconf()2609 SCTP_BUF_LEN(m_asconf) = 0; in sctp_compose_asconf()2614 ptr = mtod(m_asconf, caddr_t); /* beginning of cluster */ in sctp_compose_asconf()2629 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu - overhead) || in sctp_compose_asconf()2630 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()2679 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()2733 sctp_m_freem(m_asconf); in sctp_compose_asconf()2744 sctp_m_freem(m_asconf); in sctp_compose_asconf()[all …]
9321 struct mbuf *m_asconf; in sctp_send_asconf() local9333 m_asconf = sctp_compose_asconf(stcb, &len, addr_locked); in sctp_send_asconf()9334 if (m_asconf == NULL) { in sctp_send_asconf()9341 sctp_m_freem(m_asconf); in sctp_send_asconf()9349 chk->data = m_asconf; in sctp_send_asconf()