Home
last modified time | relevance | path

Searched refs:stream_no (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_structs.h260 uint16_t stream_no; member
269 uint16_t stream_no; member
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
203 outinfo->sinfo_stream = stream_no; in sctp_build_ctl_nchunk()
519 u_int16_t stream_no; in sctp_service_reassembly() local
521 cntDel = stream_no = 0; in sctp_service_reassembly()
590 stream_no = chk->rec.data.stream_number; in sctp_service_reassembly()
591 nxt_todel = asoc->strmin[stream_no].last_sequence_delivered + 1; in sctp_service_reassembly()
718 asoc->strmin[stream_no].last_sequence_delivered++; in sctp_service_reassembly()
741 strm = &asoc->strmin[stream_no]; in sctp_service_reassembly()
H A Dsctp_output.c3882 if (stre->stream_no > strq->stream_no) { in sctp_insert_on_wheel()
3885 } else if (stre->stream_no == strq->stream_no) { in sctp_insert_on_wheel()
5113 dchkh->dp.stream_id = htons(strq->stream_no);
7358 asoc->strmout[i].stream_no = i;
9999 asoc->strmout[i].stream_no = i;
H A Dsctputil.c774 asoc->strmout[i].stream_no = i; in sctp_init_asoc()
H A Dsctp_input.c258 asoc->strmin[i].stream_no = i; in sctp_process_init()
/netbsd-src/lib/libc/net/
H A Dsctp_sys_calls.c374 u_int16_t stream_no, in sctp_sendmsg() argument
393 (int)stream_no, (int)timetolive, (u_int)context); in sctp_sendmsg()
443 s_info->sinfo_stream = stream_no; in sctp_sendmsg()
580 u_int16_t stream_no, in sctp_sendmsgx() argument
589 sinfo.sinfo_ssn = stream_no; in sctp_sendmsgx()