Home
last modified time | relevance | path

Searched refs:ssf_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctputil.c3455 ssf->ssf_info.sinfo_stream = chk->rec.data.sid; in sctp_notify_send_failed()
3456 ssf->ssf_info.sinfo_ssn = (uint16_t)chk->rec.data.mid; in sctp_notify_send_failed()
3457 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
3458 ssf->ssf_info.sinfo_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()
3459 ssf->ssf_info.sinfo_context = chk->rec.data.context; in sctp_notify_send_failed()
3460 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3559 ssf->ssf_info.sinfo_stream = sp->sid; in sctp_notify_send_failed2()
3560 ssf->ssf_info.sinfo_ssn = 0; in sctp_notify_send_failed2()
3562 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3564 ssf->ssf_info.sinfo_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
[all …]
H A Dsctp_uio.h368 struct sctp_sndrcvinfo ssf_info; member