Searched refs:ssfe (Results 1 – 1 of 1) sorted by relevance
2955 struct sctp_send_failed_event *ssfe; in sctp_notify_send_failed() local2979 ssfe = mtod(m_notify, struct sctp_send_failed_event *); in sctp_notify_send_failed()2980 ssfe->ssfe_type = SCTP_SEND_FAILED_EVENT; in sctp_notify_send_failed()2982 ssfe->ssfe_flags = SCTP_DATA_SENT; in sctp_notify_send_failed()2984 ssfe->ssfe_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed()2986 ssfe->ssfe_length = length; in sctp_notify_send_failed()2987 ssfe->ssfe_error = error; in sctp_notify_send_failed()2989 bzero(&ssfe->ssfe_info, sizeof(ssfe->ssfe_info)); in sctp_notify_send_failed()2990 ssfe->ssfe_info.snd_sid = chk->rec.data.stream_number; in sctp_notify_send_failed()2991 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()[all …]