Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c65 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
67 asoc->sent_queue_cnt = 0; in sctp_audit_retranmission_queue()
72 asoc->sent_queue_cnt++; in sctp_audit_retranmission_queue()
86 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
475 asoc->sent_queue_cnt--; in sctp_recover_sent_list()
H A Dsctp_structs.h1022 unsigned int sent_queue_cnt; member
H A Dsctputil.c509 sctp_clog.x.wake.sent_q = stcb->asoc.sent_queue_cnt; in sctp_wakeup_log()
554 sctp_clog.x.blk.send_sent_qcnt = (uint16_t)(asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
1826 (stcb->asoc.sent_queue_cnt > 0)) { in sctp_timeout_handler()
4250 asoc->sent_queue_cnt--; in sctp_report_all_outbound()
5122 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
5177 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
H A Dsctp_indata.c3852 if (asoc->pr_sctp_cnt >= asoc->sent_queue_cnt) in sctp_fs_audit()
4129 asoc->sent_queue_cnt--; in sctp_express_handle_sack()
4793 asoc->sent_queue_cnt--; in sctp_handle_sack()
H A Dsctp_asconf.c1029 (stcb->asoc.sent_queue_cnt > 0)) { in sctp_assoc_immediate_retrans()
H A Dsctp_output.c6988 asoc->sent_queue_cnt++; in sctp_clean_up_datalist()
9432 asoc->sent_queue_cnt = 0; in sctp_chunk_retransmission()
H A Dsctp_usrreq.c2616 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt;