Home
last modified time | relevance | path

Searched refs:sent_queue_cnt (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_timer.c108 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
112 asoc->sent_queue_cnt = 0; in sctp_audit_retranmission_queue()
117 asoc->sent_queue_cnt++; in sctp_audit_retranmission_queue()
128 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
448 stcb->asoc.sent_queue_cnt--; in sctp_mark_all_for_resend()
H A Dsctp_structs.h480 unsigned int sent_queue_cnt; member
H A Dsctp_indata.c3840 asoc->sent_queue_cnt--; in sctp_handle_sack()
3952 asoc->sent_queue_cnt; in sctp_handle_sack()
4006 asoc->sent_queue_cnt; in sctp_handle_sack()
4274 asoc->peers_rwnd, asoc->total_flight, (asoc->sent_queue_cnt * sctp_peer_chunk_oh), a_rwnd); in sctp_handle_sack()
4278 (u_int32_t)(asoc->total_flight + (asoc->sent_queue_cnt * sctp_peer_chunk_oh))); in sctp_handle_sack()
H A Dsctputil.c295 …[sctp_cwnd_log_at].x.blk.send_sent_qcnt = (u_int16_t)(asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
905 (stcb->asoc.sent_queue_cnt > 0) in sctp_timeout_handler()
3407 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
H A Dsctp_usrreq.c2143 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt; in sctp_optsget()
H A Dsctp_output.c4917 asoc->sent_queue_cnt++;
6507 asoc->sent_queue_cnt = 0;