Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c368 control->on_strm_q = SCTP_ON_ORDERED; in sctp_place_control_in_stream()
382 control->on_strm_q = SCTP_ON_ORDERED; in sctp_place_control_in_stream()
405 control->on_strm_q = SCTP_ON_ORDERED; in sctp_place_control_in_stream()
572 if (control->on_strm_q == SCTP_ON_ORDERED) { in sctp_queue_data_to_stream()
1157 if (control->on_strm_q != SCTP_ON_ORDERED) { in sctp_deliver_reasm_check()
1213 if (control->on_strm_q != SCTP_ON_ORDERED) { in sctp_deliver_reasm_check()
1331 } else if (control->on_strm_q == SCTP_ON_ORDERED) { in sctp_add_chk_to_control()
5255 if (control->on_strm_q == SCTP_ON_ORDERED) { in sctp_kick_prsctp_reorder_queue()
5328 if (control->on_strm_q == SCTP_ON_ORDERED) { in sctp_kick_prsctp_reorder_queue()
5442 if (control->on_strm_q == SCTP_ON_ORDERED) { in sctp_flush_reassm_for_str_seq()
[all …]
H A Dsctp_structs.h488 #define SCTP_ON_ORDERED 1 macro
H A Dsctp_input.c902 } else if (asoc->control_pdapi->on_strm_q == SCTP_ON_ORDERED) { in sctp_handle_shutdown()
H A Dsctp_pcb.c6796 if (control->on_strm_q != SCTP_ON_ORDERED) { in sctp_drain_mbufs()