Searched refs:stream_queue_cnt (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.c | 4295 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 D | sctp_timer.c | 1386 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 D | sctp_structs.h | 1020 unsigned int stream_queue_cnt; member
|
| H A D | sctputil.c | 325 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() 4300 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_report_all_outbound()
|
| H A D | sctp_output.c | 6396 atomic_add_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_msg_append() 6729 (stcb->asoc.stream_queue_cnt * SCTP_DATA_CHUNK_OVERHEAD(stcb))); in sctp_sendall_iterator() 7195 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue() 7626 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue() 13037 …((stcb->asoc.chunks_on_out_queue + stcb->asoc.stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend() 13042 …((stcb->asoc.stream_queue_cnt + stcb->asoc.chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend() 13047 stcb->asoc.stream_queue_cnt, in sctp_lower_sosend() 13142 atomic_add_int(&asoc->stream_queue_cnt, 1); in sctp_lower_sosend() 13314 (stcb->asoc.stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend() 13597 (stcb->asoc.stream_queue_cnt < SCTP_MAX_DATA_BUNDLING) && in sctp_lower_sosend()
|
| H A D | sctp_ss_functions.c | 284 if (asoc->stream_queue_cnt != 1) { in sctp_ss_default_is_user_msgs_incomplete()
|
| H A D | sctp_input.c | 253 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_is_there_unsent_data() 342 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_process_init() 4839 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_process_control()
|
| H A D | sctp_usrreq.c | 727 (asoc->stream_queue_cnt == 0)) { in sctp_disconnect() 935 (asoc->stream_queue_cnt == 0)) { in sctp_shutdown() 5160 (stcb->asoc.stream_queue_cnt == 0)) { 6119 (stcb->asoc.stream_queue_cnt == 0)) {
|
| H A D | sctp_pcb.c | 3419 (asoc->asoc.stream_queue_cnt == 0)) { in sctp_inpcb_free() 4927 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_free_assoc()
|