Searched refs:sctp_remote_error (Results 1 – 4 of 4) sorted by relevance
271 struct sctp_remote_error { struct417 struct sctp_remote_error sn_remote_error;
313 struct sctp_remote_error { struct455 struct sctp_remote_error sn_remote_error;
375 struct sctp_remote_error { struct549 struct sctp_remote_error sn_remote_error;
4183 struct sctp_remote_error *sre; in sctp_notify_remote_error()4204 notif_len = (unsigned int)(sizeof(struct sctp_remote_error) + chunk_len); in sctp_notify_remote_error()4208 notif_len = (unsigned int)sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4215 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()4219 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4222 if (notif_len > sizeof(struct sctp_remote_error)) { in sctp_notify_remote_error()