Searched refs:ssfe (Results 1 – 1 of 1) sorted by relevance
3376 struct sctp_send_failed_event *ssfe; in sctp_notify_send_failed() local3424 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed()3427 ssfe->ssfe_flags = SCTP_DATA_SENT; in sctp_notify_send_failed()3429 ssfe->ssfe_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed()3432 ssfe->ssfe_error = error; in sctp_notify_send_failed()3507 struct sctp_send_failed_event *ssfe; in sctp_notify_send_failed2() local3530 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed2()3532 ssfe->ssfe_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed2()3534 ssfe->ssfe_error = error; in sctp_notify_send_failed2()3536 ssfe->ssfe_info.snd_sid = sp->sid; in sctp_notify_send_failed2()[all …]