Home | History | Annotate | Download | only in netinet

Lines Matching refs:ssf

2061 	struct sctp_send_failed *ssf;
2076 ssf = mtod(m_notify, struct sctp_send_failed *);
2077 ssf->ssf_type = SCTP_SEND_FAILED;
2079 ssf->ssf_flags = SCTP_DATA_UNSENT;
2081 ssf->ssf_flags = SCTP_DATA_SENT;
2082 ssf->ssf_length = length;
2083 ssf->ssf_error = error;
2085 ssf->ssf_info.sinfo_stream = chk->rec.data.stream_number;
2086 ssf->ssf_info.sinfo_ssn = chk->rec.data.stream_seq;
2087 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags;
2088 ssf->ssf_info.sinfo_ppid = chk->rec.data.payloadtype;
2089 ssf->ssf_info.sinfo_context = chk->rec.data.context;
2090 ssf->ssf_info.sinfo_assoc_id = sctp_get_associd(stcb);
2091 ssf->ssf_assoc_id = sctp_get_associd(stcb);