Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_indata.c4295 if ((asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack()
4303 (asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack()
4315 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack()
4335 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack()
4541 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
4972 if ((asoc->stream_queue_cnt == 1) && in sctp_handle_sack()
4980 (asoc->stream_queue_cnt == 1) && in sctp_handle_sack()
4992 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
5013 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
H A Dsctp_timer.c1386 if (chks_in_queue != stcb->asoc.stream_queue_cnt) { in sctp_audit_stream_queues_for_size()
1388 stcb->asoc.stream_queue_cnt, chks_in_queue); in sctp_audit_stream_queues_for_size()
H A Dsctp_structs.h1024 unsigned int stream_queue_cnt; member
H A Dsctputil.c325 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_cwnd()
328 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_cwnd()
412 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_maxburst()
415 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_maxburst()
511 if (stcb->asoc.stream_queue_cnt < 0xff) in sctp_wakeup_log()
512 sctp_clog.x.wake.stream_qcnt = (uint8_t)stcb->asoc.stream_queue_cnt; in sctp_wakeup_log()
556 sctp_clog.x.blk.stream_qcnt = (uint16_t)asoc->stream_queue_cnt; in sctp_log_block()
4301 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_report_all_outbound()
H A Dsctp_ss_functions.c270 if (asoc->stream_queue_cnt != 1) { in sctp_ss_default_is_user_msgs_incomplete()
H A Dsctp_output.c6404 atomic_add_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_msg_append()
6738 (stcb->asoc.stream_queue_cnt * SCTP_DATA_CHUNK_OVERHEAD(stcb))); in sctp_sendall_iterator()
7220 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
7652 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
13066 …((asoc->chunks_on_out_queue + asoc->stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13071 …((asoc->stream_queue_cnt + asoc->chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue… in sctp_lower_sosend()
13076 asoc->stream_queue_cnt, in sctp_lower_sosend()
13186 atomic_add_int(&asoc->stream_queue_cnt, 1); in sctp_lower_sosend()
13361 (asoc->stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
13646 (asoc->stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
H A Dsctp_input.c214 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_is_there_unsent_data()
303 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_process_init()
4774 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_process_control()
H A Dsctp_usrreq.c732 (asoc->stream_queue_cnt == 0)) { in sctp_disconnect()
940 (asoc->stream_queue_cnt == 0)) { in sctp_shutdown()
5150 (stcb->asoc.stream_queue_cnt == 0)) {
6117 (stcb->asoc.stream_queue_cnt == 0)) {
H A Dsctp_pcb.c3432 (asoc->asoc.stream_queue_cnt == 0)) { in sctp_inpcb_free()
4947 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_free_assoc()