Searched refs:ssf_info (Results 1 – 5 of 5) sorted by relevance
341 } while (!(ssf->ssf_info.sinfo_flags & 0x01)); /* LAST FRAG */ in main()
391 } while (!(ssf->ssf_info.sinfo_flags & 0x01)); /* LAST_FRAG */ in main()
292 struct sctp_sndrcvinfo ssf_info; member
3603 ssf->ssf_info.sinfo_stream = chk->rec.data.sid; in sctp_notify_send_failed()3604 ssf->ssf_info.sinfo_ssn = (uint16_t)chk->rec.data.mid; in sctp_notify_send_failed()3605 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()3606 ssf->ssf_info.sinfo_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()3607 ssf->ssf_info.sinfo_context = chk->rec.data.context; in sctp_notify_send_failed()3608 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()3706 ssf->ssf_info.sinfo_stream = sp->sid; in sctp_notify_send_failed2()3707 ssf->ssf_info.sinfo_ssn = 0; in sctp_notify_send_failed2()3709 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()3711 ssf->ssf_info.sinfo_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()[all …]
390 struct sctp_sndrcvinfo ssf_info; member