Home
last modified time | relevance | path

Searched refs:ssf (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.c3375 struct sctp_send_failed *ssf; in sctp_notify_send_failed() local
3442 memset(ssf, 0, notifhdr_len); in sctp_notify_send_failed()
3443 ssf->ssf_type = SCTP_SEND_FAILED; in sctp_notify_send_failed()
3445 ssf->ssf_flags = SCTP_DATA_SENT; in sctp_notify_send_failed()
3450 ssf->ssf_error = error; in sctp_notify_send_failed()
3506 struct sctp_send_failed *ssf; in sctp_notify_send_failed2() local
3548 memset(ssf, 0, notifhdr_len); in sctp_notify_send_failed2()
3549 ssf->ssf_type = SCTP_SEND_FAILED; in sctp_notify_send_failed2()
3550 ssf->ssf_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed2()
3552 ssf->ssf_error = error; in sctp_notify_send_failed2()
[all …]