Home
last modified time | relevance | path

Searched refs:rcv_flags (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_indata.c256 if (chk->rec.data.rcv_flags & SCTP_DATA_UNORDERED) { in sctp_build_ctl()
401 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_deliver_data()
415 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_deliver_data()
625 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_service_reassembly()
718 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_service_reassembly()
1028 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_is_all_msg_on_reasm()
1413 if ((chk->rec.data.rcv_flags&SCTP_DATA_FRAG_MASK) in sctp_queue_data_for_reasm()
1598 asoc->fragment_flags = chk->rec.data.rcv_flags; in sctp_queue_data_for_reasm()
2039 chk->rec.data.rcv_flags = ch->ch.chunk_flags; in sctp_process_a_data_chunk()
2497 asoc->fragment_flags = chk->rec.data.rcv_flags; in sctp_service_queues()
[all …]
H A Dsctp_structs.h222 u_int8_t rcv_flags; /* flags pulled from data chunk on inbound member
H A Dsctp_uio.h112 u_int16_t rcv_flags; member
H A Dsctp_output.c4060 template->rec.data.rcv_flags = SCTP_DATA_UNORDERED; in sctp_prepare_chunk()
4062 template->rec.data.rcv_flags = 0; in sctp_prepare_chunk()
4344 chk->rec.data.rcv_flags |= SCTP_DATA_NOT_FRAG;
4487 chk->rec.data.rcv_flags |= SCTP_DATA_FIRST_FRAG;
4489 chk->rec.data.rcv_flags |= SCTP_DATA_LAST_FRAG;
5071 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) {
5123 dchkh->ch.chunk_flags = chk->rec.data.rcv_flags;
7570 if (at->rec.data.rcv_flags & SCTP_DATA_UNORDERED) {
9574 chk->rec.data.rcv_flags |= SCTP_DATA_NOT_FRAG;
9678 chk->rec.data.rcv_flags |= SCTP_DATA_FIRST_FRAG;
[all …]
H A Dsctp_usrreq.c220 chk->rec.data.rcv_flags |= SCTP_DATA_FIRST_FRAG; in sctp_split_chunks()
221 chk->rec.data.rcv_flags &= ~SCTP_DATA_LAST_FRAG; in sctp_split_chunks()
223 new_chk->rec.data.rcv_flags &= ~SCTP_DATA_FIRST_FRAG; in sctp_split_chunks()
224 new_chk->rec.data.rcv_flags |= SCTP_DATA_LAST_FRAG; in sctp_split_chunks()
H A Dsctputil.c2087 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
3409 if ((tp1->rec.data.rcv_flags & SCTP_DATA_NOT_FRAG) == in sctp_release_pr_sctp_chunk()
3414 } else if (tp1->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_release_pr_sctp_chunk()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_dgram.c1054 data->rcvinfo.rcv_flags = rcvinfo->rcv_flags; in dgram_sctp_read()
1069 data->rcvinfo.rcv_flags = sndrcvinfo->sinfo_flags; in dgram_sctp_read()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_dgram.c1032 data->rcvinfo.rcv_flags = rcvinfo->rcv_flags; in dgram_sctp_read()
1047 data->rcvinfo.rcv_flags = sndrcvinfo->sinfo_flags; in dgram_sctp_read()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h276 uint16_t rcv_flags; member
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in329 uint16_t rcv_flags; member