Lines Matching refs:ordered
1652 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() argument
1656 if (ordered) { in sctp_find_reasm_entry()
1695 int ordered; in sctp_process_a_data_chunk() local
1742 ordered = ((chk_flags & SCTP_DATA_UNORDERED) == 0); in sctp_process_a_data_chunk()
1860 control = sctp_find_reasm_entry(&asoc->strmin[sid], mid, ordered, asoc->idata_supported); in sctp_process_a_data_chunk()
1867 if (ordered && (mid != control->mid)) { in sctp_process_a_data_chunk()
1876 if (ordered && ((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED)) { in sctp_process_a_data_chunk()
1886 if (!ordered && (((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED) == 0)) { in sctp_process_a_data_chunk()
1904 if (ordered || asoc->idata_supported) { in sctp_process_a_data_chunk()
2102 chk_flags, ordered, mid, control); in sctp_process_a_data_chunk()
2105 ((ordered == 0) || in sctp_process_a_data_chunk()
2274 if (ordered) { in sctp_process_a_data_chunk()
5372 struct sctp_queued_to_read *control, int ordered, uint32_t cumtsn) in sctp_flush_reassm_for_str_seq() argument
5389 if (!asoc->idata_supported && !ordered && in sctp_flush_reassm_for_str_seq()
5396 if (!asoc->idata_supported && !ordered) { in sctp_flush_reassm_for_str_seq()
5421 KASSERT(!ordered, in sctp_flush_reassm_for_str_seq()
5595 uint16_t ordered, flags; in sctp_handle_forward_tsn() local
5620 ordered = 0; in sctp_handle_forward_tsn()
5622 ordered = 1; in sctp_handle_forward_tsn()
5634 ordered = 1; in sctp_handle_forward_tsn()
5660 if (ordered) { in sctp_handle_forward_tsn()
5663 sctp_flush_reassm_for_str_seq(stcb, asoc, strm, control, ordered, new_cum_tsn); in sctp_handle_forward_tsn()
5670 sctp_flush_reassm_for_str_seq(stcb, asoc, strm, control, ordered, new_cum_tsn); in sctp_handle_forward_tsn()
5675 …sctp_flush_reassm_for_str_seq(stcb, asoc, strm, TAILQ_FIRST(&strm->uno_inqueue), ordered, new_cum_… in sctp_handle_forward_tsn()