Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_indata.c3954 if ((asoc->stream_queue_cnt == 1) && in sctp_express_handle_sack()
3972 asoc->stream_queue_cnt--; in sctp_express_handle_sack()
3976 asoc->stream_queue_cnt--; in sctp_express_handle_sack()
3981 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack()
4014 (asoc->stream_queue_cnt == 0)) { in sctp_express_handle_sack()
4218 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
4668 if ((asoc->stream_queue_cnt == 1) && in sctp_handle_sack()
4685 asoc->stream_queue_cnt--; in sctp_handle_sack()
4688 asoc->stream_queue_cnt--; in sctp_handle_sack()
4693 (asoc->stream_queue_cnt == 0)) { in sctp_handle_sack()
[all …]
HDsctp_timer.c1356 if (chks_in_queue != stcb->asoc.stream_queue_cnt) { in sctp_audit_stream_queues_for_size()
1358 stcb->asoc.stream_queue_cnt, chks_in_queue); in sctp_audit_stream_queues_for_size()
HDsctp_output.c6352 atomic_add_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_msg_append()
6700 (stcb->asoc.stream_queue_cnt * sizeof(struct sctp_data_chunk))); in sctp_sendall_iterator()
7163 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
7548 atomic_subtract_int(&asoc->stream_queue_cnt, 1); in sctp_move_to_outqueue()
10078 (stcb->asoc.stream_queue_cnt * sizeof(struct sctp_data_chunk))); in sctp_chunk_output()
12721 …((stcb->asoc.chunks_on_out_queue + stcb->asoc.stream_queue_cnt) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
12726 …((stcb->asoc.stream_queue_cnt + stcb->asoc.chunks_on_out_queue) >= SCTP_BASE_SYSCTL(sctp_max_chunk… in sctp_lower_sosend()
12731 stcb->asoc.stream_queue_cnt, in sctp_lower_sosend()
12823 atomic_add_int(&asoc->stream_queue_cnt, 1); in sctp_lower_sosend()
12968 (stcb->asoc.stream_queue_cnt * sizeof(struct sctp_data_chunk))); in sctp_lower_sosend()
[all …]
HDsctputil.c297 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_cwnd()
300 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_cwnd()
380 if (stcb->asoc.stream_queue_cnt > 255) in sctp_log_maxburst()
383 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_maxburst()
470 if (stcb->asoc.stream_queue_cnt < 0xff) in sctp_wakeup_log()
471 sctp_clog.x.wake.stream_qcnt = (uint8_t) stcb->asoc.stream_queue_cnt; in sctp_wakeup_log()
513 sctp_clog.x.blk.stream_qcnt = (uint16_t) asoc->stream_queue_cnt; in sctp_log_block()
3815 asoc->stream_queue_cnt--; in sctp_report_all_outbound()
HDsctp_structs.h1006 unsigned int stream_queue_cnt; member
HDsctp_input.c261 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1); in sctp_is_there_unsent_data()
345 asoc->stream_queue_cnt--; in sctp_process_init()
4928 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_process_control()
5015 (stcb->asoc.stream_queue_cnt == 0)) { in sctp_process_control()
HDsctp_usrreq.c788 (asoc->stream_queue_cnt == 0)) { in sctp_disconnect()
990 (asoc->stream_queue_cnt == 0)) { in sctp_shutdown()
5054 (stcb->asoc.stream_queue_cnt == 0)) {
5983 (stcb->asoc.stream_queue_cnt == 0)) {
HDsctp_pcb.c3418 (asoc->asoc.stream_queue_cnt == 0)) { in sctp_inpcb_free()