Lines Matching refs:sre
4011 struct sctp_remote_error *sre; in sctp_notify_remote_error() local
4047 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()
4048 memset(sre, 0, notif_len); in sctp_notify_remote_error()
4049 sre->sre_type = SCTP_REMOTE_ERROR; in sctp_notify_remote_error()
4050 sre->sre_flags = 0; in sctp_notify_remote_error()
4051 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()
4052 sre->sre_error = error; in sctp_notify_remote_error()
4053 sre->sre_assoc_id = sctp_get_associd(stcb); in sctp_notify_remote_error()
4055 memcpy(sre->sre_data, chunk, chunk_len); in sctp_notify_remote_error()
4056 sre->sre_length += chunk_len; in sctp_notify_remote_error()
4058 SCTP_BUF_LEN(m_notify) = sre->sre_length; in sctp_notify_remote_error()