Searched refs:sctp_remote_error (Results 1 – 2 of 2) sorted by relevance
356 struct sctp_remote_error { struct525 struct sctp_remote_error sn_remote_error;
3980 struct sctp_remote_error *sre; in sctp_notify_remote_error()4001 notif_len = (unsigned int)(sizeof(struct sctp_remote_error) + chunk_len); in sctp_notify_remote_error()4005 notif_len = (unsigned int)sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4012 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()4016 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4019 if (notif_len > sizeof(struct sctp_remote_error)) { in sctp_notify_remote_error()