Searched refs:ssf_info (Results 1 – 3 of 3) sorted by relevance
3452 ssf->ssf_info.sinfo_stream = chk->rec.data.sid; in sctp_notify_send_failed()3453 ssf->ssf_info.sinfo_ssn = (uint16_t)chk->rec.data.mid; in sctp_notify_send_failed()3454 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()3455 ssf->ssf_info.sinfo_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()3456 ssf->ssf_info.sinfo_context = chk->rec.data.context; in sctp_notify_send_failed()3554 ssf->ssf_info.sinfo_stream = sp->sid; in sctp_notify_send_failed2()3555 ssf->ssf_info.sinfo_ssn = 0; in sctp_notify_send_failed2()3557 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()3559 ssf->ssf_info.sinfo_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()3561 ssf->ssf_info.sinfo_ppid = sp->ppid; in sctp_notify_send_failed2()[all …]
371 struct sctp_sndrcvinfo ssf_info; member