Searched refs:m_reply (Results 1 – 1 of 1) sorted by relevance
79 struct mbuf *m_reply = NULL; in sctp_asconf_success_response() local82 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr), in sctp_asconf_success_response()84 if (m_reply == NULL) { in sctp_asconf_success_response()89 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_success_response()93 SCTP_BUF_LEN(m_reply) = aph->ph.param_length; in sctp_asconf_success_response()96 return (m_reply); in sctp_asconf_success_response()103 struct mbuf *m_reply = NULL; in sctp_asconf_error_response() local126 m_reply = sctp_get_mbuf_for_msg(buf_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_asconf_error_response()127 if (m_reply == NULL) { in sctp_asconf_error_response()132 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_error_response()[all …]