Searched refs:ssf_info (Results 1 – 2 of 2) sorted by relevance
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()[all …]
363 struct sctp_sndrcvinfo ssf_info; member