Lines Matching refs:ssfe

3376 	struct sctp_send_failed_event *ssfe;  in sctp_notify_send_failed()  local
3426 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()
3439 ssfe->ssfe_info.snd_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()
3440 ssfe->ssfe_info.snd_context = chk->rec.data.context; in sctp_notify_send_failed()
3441 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3442 ssfe->ssfe_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3508 struct sctp_send_failed_event *ssfe; in sctp_notify_send_failed2() local
3534 ssfe = mtod(m_notify, struct sctp_send_failed_event *); in sctp_notify_send_failed2()
3535 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed2()
3536 ssfe->ssfe_type = SCTP_SEND_FAILED_EVENT; in sctp_notify_send_failed2()
3537 ssfe->ssfe_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed2()
3538 ssfe->ssfe_length = (uint32_t)(notifhdr_len + sp->length); in sctp_notify_send_failed2()
3539 ssfe->ssfe_error = error; in sctp_notify_send_failed2()
3541 ssfe->ssfe_info.snd_sid = sp->sid; in sctp_notify_send_failed2()
3543 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3545 ssfe->ssfe_info.snd_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
3547 ssfe->ssfe_info.snd_ppid = sp->ppid; in sctp_notify_send_failed2()
3548 ssfe->ssfe_info.snd_context = sp->context; in sctp_notify_send_failed2()
3549 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()
3550 ssfe->ssfe_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()