Searched refs:ssfe (Results 1 – 1 of 1) sorted by relevance
3376 struct sctp_send_failed_event *ssfe; in sctp_notify_send_failed() local3426 ssfe = mtod(m_notify, struct sctp_send_failed_event *); in sctp_notify_send_failed()3427 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed()3428 ssfe->ssfe_type = SCTP_SEND_FAILED_EVENT; in sctp_notify_send_failed()3430 ssfe->ssfe_flags = SCTP_DATA_SENT; in sctp_notify_send_failed()3432 ssfe->ssfe_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed()3434 ssfe->ssfe_length = (uint32_t)(notifhdr_len + payload_len); in sctp_notify_send_failed()3435 ssfe->ssfe_error = error; in sctp_notify_send_failed()3437 ssfe->ssfe_info.snd_sid = chk->rec.data.sid; in sctp_notify_send_failed()3438 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()[all …]