Searched refs:sctp_remote_error (Results 1 – 2 of 2) sorted by relevance
353 struct sctp_remote_error { struct522 struct sctp_remote_error sn_remote_error;
4011 struct sctp_remote_error *sre; in sctp_notify_remote_error()4036 notif_len = (unsigned int)(sizeof(struct sctp_remote_error) + chunk_len); in sctp_notify_remote_error()4040 notif_len = (unsigned int)sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4047 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()4051 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4054 if (notif_len > sizeof(struct sctp_remote_error)) { in sctp_notify_remote_error()