Searched refs:stream_queue_cnt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_indata.c | 4356 if ((asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack() 4364 (asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack() 4376 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack() 4396 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack() 4596 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack() 5051 if ((asoc->stream_queue_cnt == 1) && in sctp_handle_sack() 5059 (asoc->stream_queue_cnt == 1) && in sctp_handle_sack() 5071 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack() 5092 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
|
| H A D | sctp_timer.c | 1373 if (chks_in_queue != stcb->asoc.stream_queue_cnt) { in sctp_audit_stream_queues_for_size() 1375 stcb->asoc.stream_queue_cnt, chks_in_queue); in sctp_audit_stream_queues_for_size()
|
| H A D | sctputil.c | 326 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_cwnd() 329 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_cwnd() 413 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_maxburst() 416 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_maxburst() 512 if (stcb->asoc.stream_queue_cnt < 0xff) in sctp_wakeup_log() 513 sctp_clog.x.wake.stream_qcnt = (uint8_t)stcb->asoc.stream_queue_cnt; in sctp_wakeup_log() 557 sctp_clog.x.blk.stream_qcnt = (uint16_t)asoc->stream_queue_cnt; in sctp_log_block() 3952 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_report_all_outbound()
|
| H A D | sctp_structs.h | 1033 unsigned int stream_queue_cnt; member
|
| H A D | sctp_output.c | 6445 atomic_add_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_msg_append() 6785 (stcb->asoc.stream_queue_cnt * SCTP_DATA_CHUNK_OVERHEAD(stcb))); in sctp_sendall_iterator() 7261 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue() 7693 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue() 13130 …((stcb->asoc.chunks_on_out_queue + stcb->asoc.stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend() 13135 …((stcb->asoc.stream_queue_cnt + stcb->asoc.chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend() 13140 stcb->asoc.stream_queue_cnt, in sctp_lower_sosend() 13235 atomic_add_int(&asoc->stream_queue_cnt, 1); in sctp_lower_sosend() 13407 (stcb->asoc.stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend() 13692 (stcb->asoc.stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
|
| H A D | sctp_ss_functions.c | 285 if (asoc->stream_queue_cnt != 1) { in sctp_ss_default_is_user_msgs_incomplete()
|
| H A D | sctp_usrreq.c | 726 (asoc->stream_queue_cnt == 0)) { in sctp_disconnect() 940 (asoc->stream_queue_cnt == 0)) { in sctp_shutdown() 5139 (stcb->asoc.stream_queue_cnt == 0)) { 6086 (stcb->asoc.stream_queue_cnt == 0)) {
|
| H A D | sctp_input.c | 259 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_is_there_unsent_data() 349 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_process_init() 5028 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_process_control()
|
| H A D | sctp_pcb.c | 3423 (asoc->asoc.stream_queue_cnt == 0)) { in sctp_inpcb_free() 4999 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_free_assoc()
|