Searched refs:sctp_remote_error (Results 1 – 2 of 2) sorted by relevance
348 struct sctp_remote_error { struct522 struct sctp_remote_error sn_remote_error;
3497 struct sctp_remote_error *sre; in sctp_notify_remote_error()3510 notif_len = sizeof(struct sctp_remote_error) + chunk_len; in sctp_notify_remote_error()3514 notif_len = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()3521 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()3525 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()3528 if (notif_len > sizeof(struct sctp_remote_error)) { in sctp_notify_remote_error()