Searched refs:m_reply (Results 1 – 1 of 1) sorted by relevance
77 struct mbuf *m_reply = NULL; in sctp_asconf_success_response() local80 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr), in sctp_asconf_success_response()82 if (m_reply == NULL) { in sctp_asconf_success_response()87 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_success_response()91 SCTP_BUF_LEN(m_reply) = aph->ph.param_length; in sctp_asconf_success_response()94 return (m_reply); in sctp_asconf_success_response()101 struct mbuf *m_reply = NULL; in sctp_asconf_error_response() local124 m_reply = sctp_get_mbuf_for_msg(buf_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_asconf_error_response()125 if (m_reply == NULL) { in sctp_asconf_error_response()130 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_error_response()[all …]