Searched refs:sctp_remote_error (Results 1 – 3 of 3) sorted by relevance
356 struct sctp_remote_error { struct525 struct sctp_remote_error sn_remote_error;
3987 struct sctp_remote_error *sre; in sctp_notify_remote_error()4008 notif_len = (unsigned int)(sizeof(struct sctp_remote_error) + chunk_len); in sctp_notify_remote_error()4012 notif_len = (unsigned int)sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4019 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()4023 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4026 if (notif_len > sizeof(struct sctp_remote_error)) { in sctp_notify_remote_error()