Home
last modified time | relevance | path

Searched refs:stream_seq (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_indata.c181 uint32_t context, uint16_t stream_no, uint16_t stream_seq, uint8_t flags) in sctp_build_ctl_nchunk() argument
204 outinfo->sinfo_ssn = stream_seq; in sctp_build_ctl_nchunk()
255 outinfo->sinfo_ssn = chk->rec.data.stream_seq; in sctp_build_ctl()
592 if (nxt_todel != chk->rec.data.stream_seq && in sctp_service_reassembly()
744 if (chk && (nxt_todel == chk->rec.data.stream_seq)) { in sctp_service_reassembly()
748 chk->rec.data.stream_seq) { in sctp_service_reassembly()
826 (u_int)chk->rec.data.stream_seq, in sctp_queue_data_to_stream()
831 chk->rec.data.stream_seq, MAX_SEQ) || in sctp_queue_data_to_stream()
832 (strm->last_sequence_delivered == chk->rec.data.stream_seq)) { in sctp_queue_data_to_stream()
837 chk->rec.data.stream_seq, in sctp_queue_data_to_stream()
[all...]
H A Dsctp_structs.h208 u_int16_t stream_seq; /* the stream sequence number of this transmit */ member
H A Dsctputil.c187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq; in sctp_log_strm_del()
192 poschk->rec.data.stream_seq; in sctp_log_strm_del()
2086 ssf->ssf_info.sinfo_ssn = chk->rec.data.stream_seq; in sctp_notify_send_failed()
H A Dsctp_output.c4033 template->rec.data.stream_seq = strq->next_sequence_sent; in sctp_prepare_chunk()
4035 template->rec.data.stream_seq = 0; in sctp_prepare_chunk()
5114 dchkh->dp.stream_sequence = htons(chk->rec.data.stream_seq);
7641 strseq->sequence = ntohs(at->rec.data.stream_seq);