Lines Matching refs:ssf_info
2906 bzero(&ssf->ssf_info, sizeof(ssf->ssf_info)); in sctp_notify_send_failed()
2907 ssf->ssf_info.sinfo_stream = chk->rec.data.stream_number; in sctp_notify_send_failed()
2908 ssf->ssf_info.sinfo_ssn = chk->rec.data.stream_seq; in sctp_notify_send_failed()
2909 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
2910 ssf->ssf_info.sinfo_ppid = chk->rec.data.payloadtype; in sctp_notify_send_failed()
2911 ssf->ssf_info.sinfo_context = chk->rec.data.context; in sctp_notify_send_failed()
2912 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3016 ssf->ssf_info.sinfo_stream = sp->stream; in sctp_notify_send_failed2()
3017 ssf->ssf_info.sinfo_ssn = 0; in sctp_notify_send_failed2()
3019 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3021 ssf->ssf_info.sinfo_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
3023 ssf->ssf_info.sinfo_ppid = sp->ppid; in sctp_notify_send_failed2()
3024 ssf->ssf_info.sinfo_context = sp->context; in sctp_notify_send_failed2()
3025 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()