Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_timer.c66 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
68 asoc->sent_queue_cnt = 0; in sctp_audit_retranmission_queue()
73 asoc->sent_queue_cnt++; in sctp_audit_retranmission_queue()
87 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue()
463 asoc->sent_queue_cnt--; in sctp_recover_sent_list()
H A Dsctp_structs.h1035 unsigned int sent_queue_cnt; member
H A Dsctputil.c510 sctp_clog.x.wake.sent_q = stcb->asoc.sent_queue_cnt; in sctp_wakeup_log()
555 sctp_clog.x.blk.send_sent_qcnt = (uint16_t)(asoc->send_queue_cnt + asoc->sent_queue_cnt); in sctp_log_block()
1715 (stcb->asoc.sent_queue_cnt > 0)) { in sctp_timeout_handler()
3902 asoc->sent_queue_cnt--; in sctp_report_all_outbound()
4848 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
4903 stcb->asoc.sent_queue_cnt++; in sctp_release_pr_sctp_chunk()
H A Dsctp_indata.c3891 if (asoc->pr_sctp_cnt >= asoc->sent_queue_cnt) in sctp_fs_audit()
4169 asoc->sent_queue_cnt--; in sctp_express_handle_sack()
4852 asoc->sent_queue_cnt--; in sctp_handle_sack()
H A Dsctp_asconf.c1034 (stcb->asoc.sent_queue_cnt > 0)) { in sctp_assoc_immediate_retrans()
H A Dsctp_output.c7046 asoc->sent_queue_cnt++; in sctp_clean_up_datalist()
9511 asoc->sent_queue_cnt = 0; in sctp_chunk_retransmission()
H A Dsctp_usrreq.c2623 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt;