Searched refs:m_asconf_chk (Results 1 – 1 of 1) sorted by relevance
2557 struct mbuf *m_asconf, *m_asconf_chk; in sctp_compose_asconf() local2581 if (m_asconf_chk == NULL) { in sctp_compose_asconf()2592 sctp_m_freem(m_asconf_chk); in sctp_compose_asconf()2595 SCTP_BUF_LEN(m_asconf_chk) = sizeof(struct sctp_asconf_chunk); in sctp_compose_asconf()2597 acp = mtod(m_asconf_chk, struct sctp_asconf_chunk *); in sctp_compose_asconf()2651 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size); in sctp_compose_asconf()2719 sctp_m_freem(m_asconf_chk); in sctp_compose_asconf()2725 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size); in sctp_compose_asconf()2730 sctp_m_freem(m_asconf_chk); in sctp_compose_asconf()2736 SCTP_BUF_NEXT(m_asconf_chk) = m_asconf; in sctp_compose_asconf()[all …]