Lines Matching refs:ordered
1673 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() argument
1677 if (ordered) { in sctp_find_reasm_entry()
1716 int ordered; in sctp_process_a_data_chunk() local
1763 ordered = ((chk_flags & SCTP_DATA_UNORDERED) == 0); in sctp_process_a_data_chunk()
1881 control = sctp_find_reasm_entry(&asoc->strmin[sid], mid, ordered, asoc->idata_supported); in sctp_process_a_data_chunk()
1888 if (ordered && (mid != control->mid)) { in sctp_process_a_data_chunk()
1897 if (ordered && ((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED)) { in sctp_process_a_data_chunk()
1907 if (!ordered && (((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED) == 0)) { in sctp_process_a_data_chunk()
1925 if (ordered || asoc->idata_supported) { in sctp_process_a_data_chunk()
2122 chk_flags, ordered, mid, control); in sctp_process_a_data_chunk()
2125 ((ordered == 0) || in sctp_process_a_data_chunk()
2295 if (ordered) { in sctp_process_a_data_chunk()
5417 struct sctp_queued_to_read *control, int ordered, uint32_t cumtsn) in sctp_flush_reassm_for_str_seq() argument
5429 if (!asoc->idata_supported && !ordered && in sctp_flush_reassm_for_str_seq()
5436 if (!asoc->idata_supported && !ordered) { in sctp_flush_reassm_for_str_seq()
5623 uint16_t ordered, flags; in sctp_handle_forward_tsn() local
5648 ordered = 0; in sctp_handle_forward_tsn()
5650 ordered = 1; in sctp_handle_forward_tsn()
5662 ordered = 1; in sctp_handle_forward_tsn()
5688 if (ordered) { in sctp_handle_forward_tsn()
5691 sctp_flush_reassm_for_str_seq(stcb, asoc, strm, control, ordered, new_cum_tsn); in sctp_handle_forward_tsn()
5698 sctp_flush_reassm_for_str_seq(stcb, asoc, strm, control, ordered, new_cum_tsn); in sctp_handle_forward_tsn()
5703 …sctp_flush_reassm_for_str_seq(stcb, asoc, strm, TAILQ_FIRST(&strm->uno_inqueue), ordered, new_cum_… in sctp_handle_forward_tsn()