Home
last modified time | relevance | path

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

/freebsd-14.2/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.c1382 if (chks_in_queue != stcb->asoc.stream_queue_cnt) { in sctp_audit_stream_queues_for_size()
1384 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.c6486 atomic_add_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_msg_append()
6816 (stcb->asoc.stream_queue_cnt * SCTP_DATA_CHUNK_OVERHEAD(stcb))); in sctp_sendall_iterator()
7285 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
7672 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
13106 …((asoc->chunks_on_out_queue + asoc->stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13111 …((asoc->stream_queue_cnt + asoc->chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13116 asoc->stream_queue_cnt, in sctp_lower_sosend()
13252 atomic_add_int(&asoc->stream_queue_cnt, 1); in sctp_lower_sosend()
13420 (asoc->stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
13699 (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.c705 (asoc->stream_queue_cnt == 0)) { in sctp_disconnect()
930 (asoc->stream_queue_cnt == 0)) { in sctp_shutdown()
5134 (stcb->asoc.stream_queue_cnt == 0)) {
6101 (stcb->asoc.stream_queue_cnt == 0)) {
H A Dsctp_pcb.c3301 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_inpcb_free()
4793 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_free_assoc()