Home
last modified time | relevance | path

Searched refs:stream_queue_cnt (Results 1 – 9 of 9) sorted by relevance

/src/sys/netinet/ !
H A Dsctp_indata.c4281 if ((asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack()
4289 (asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack()
4301 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack()
4321 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack()
4527 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
4958 if ((asoc->stream_queue_cnt == 1) && in sctp_handle_sack()
4966 (asoc->stream_queue_cnt == 1) && in sctp_handle_sack()
4978 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
4999 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
H A Dsctp_timer.c1380 if (chks_in_queue != stcb->asoc.stream_queue_cnt) { in sctp_audit_stream_queues_for_size()
1382 stcb->asoc.stream_queue_cnt, chks_in_queue); in sctp_audit_stream_queues_for_size()
H A Dsctp_structs.h1012 unsigned int stream_queue_cnt; member
H A Dsctputil.c322 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_cwnd()
325 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_cwnd()
409 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_maxburst()
412 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_maxburst()
508 if (stcb->asoc.stream_queue_cnt < 0xff) in sctp_wakeup_log()
509 sctp_clog.x.wake.stream_qcnt = (uint8_t)stcb->asoc.stream_queue_cnt; in sctp_wakeup_log()
553 sctp_clog.x.blk.stream_qcnt = (uint16_t)asoc->stream_queue_cnt; in sctp_log_block()
4335 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_report_all_outbound()
H A Dsctp_output.c6484 atomic_add_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_msg_append()
6814 (stcb->asoc.stream_queue_cnt * SCTP_DATA_CHUNK_OVERHEAD(stcb))); in sctp_sendall_iterator()
7283 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
7670 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
13104 …((asoc->chunks_on_out_queue + asoc->stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13109 …((asoc->stream_queue_cnt + asoc->chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13114 asoc->stream_queue_cnt, in sctp_lower_sosend()
13250 atomic_add_int(&asoc->stream_queue_cnt, 1); in sctp_lower_sosend()
13418 (asoc->stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
13697 (asoc->stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
H A Dsctp_ss_functions.c284 if (asoc->stream_queue_cnt != 1) { in sctp_ss_default_is_user_msgs_incomplete()
H A Dsctp_input.c212 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_is_there_unsent_data()
301 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_process_init()
2793 (asoc->stream_queue_cnt == 0)) { in sctp_handle_cookie_ack()
4770 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_process_control()
H A Dsctp_usrreq.c706 (asoc->stream_queue_cnt == 0)) { in sctp_disconnect()
922 (asoc->stream_queue_cnt == 0)) { in sctp_shutdown()
5129 (stcb->asoc.stream_queue_cnt == 0)) {
6096 (stcb->asoc.stream_queue_cnt == 0)) {
H A Dsctp_pcb.c3316 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_inpcb_free()
4805 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_free_assoc()