Searched refs:m_reply (Results 1 – 1 of 1) sorted by relevance
86 struct mbuf *m_reply = NULL; in sctp_asconf_success_response() local89 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr), in sctp_asconf_success_response()91 if (m_reply == NULL) { in sctp_asconf_success_response()96 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_success_response()100 SCTP_BUF_LEN(m_reply) = aph->ph.param_length; in sctp_asconf_success_response()103 return (m_reply); in sctp_asconf_success_response()110 struct mbuf *m_reply = NULL; in sctp_asconf_error_response() local133 m_reply = sctp_get_mbuf_for_msg(buf_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_asconf_error_response()134 if (m_reply == NULL) { in sctp_asconf_error_response()139 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_error_response()[all …]