Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c61 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
63 asoc->sent_queue_cnt = 0; in sctp_audit_retranmission_queue()
68 asoc->sent_queue_cnt++; in sctp_audit_retranmission_queue()
82 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
469 asoc->sent_queue_cnt--; in sctp_recover_sent_list()
H A Dsctp_structs.h1014 unsigned int sent_queue_cnt; member
H A Dsctputil.c506 sctp_clog.x.wake.sent_q = stcb->asoc.sent_queue_cnt; in sctp_wakeup_log()
551 sctp_clog.x.blk.send_sent_qcnt = (uint16_t)(asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
1840 (stcb->asoc.sent_queue_cnt > 0)) { in sctp_timeout_handler()
4285 asoc->sent_queue_cnt--; in sctp_report_all_outbound()
5183 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
5237 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
H A Dsctp_indata.c3838 if (asoc->pr_sctp_cnt >= asoc->sent_queue_cnt) in sctp_fs_audit()
4115 asoc->sent_queue_cnt--; in sctp_express_handle_sack()
4779 asoc->sent_queue_cnt--; in sctp_handle_sack()
H A Dsctp_asconf.c1026 (stcb->asoc.sent_queue_cnt > 0)) { in sctp_assoc_immediate_retrans()
H A Dsctp_output.c7089 asoc->sent_queue_cnt++; in sctp_clean_up_datalist()
9504 asoc->sent_queue_cnt = 0; in sctp_chunk_retransmission()
H A Dsctp_usrreq.c2609 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt;