Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c64 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue()
66 asoc->sent_queue_retran_cnt = 0; in sctp_audit_retranmission_queue()
70 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
76 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
81 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
85 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue()
774 if (stcb->asoc.sent_queue_retran_cnt != cnt_mk) { in sctp_mark_all_for_resend()
780 stcb->asoc.sent_queue_retran_cnt = cnt_mk; in sctp_mark_all_for_resend()
1360 if (stcb->asoc.sent_queue_retran_cnt) { in sctp_audit_stream_queues_for_size()
1362 stcb->asoc.sent_queue_retran_cnt); in sctp_audit_stream_queues_for_size()
[all …]
H A Dsctp_indata.c3912 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_window_probe_recovery()
4093 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_express_handle_sack()
4263 (asoc->sent_queue_retran_cnt == 0) && in sctp_express_handle_sack()
4276 asoc->sent_queue_retran_cnt = 0; in sctp_express_handle_sack()
4282 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_express_handle_sack()
4548 if (asoc->sent_queue_retran_cnt) { in sctp_handle_sack()
4549 asoc->sent_queue_retran_cnt = 0; in sctp_handle_sack()
4698 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_handle_sack()
5141 (asoc->sent_queue_retran_cnt == 0) && in sctp_handle_sack()
5154 asoc->sent_queue_retran_cnt = 0; in sctp_handle_sack()
[all …]
H A Dsctp_input.c1721 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_process_cookie_existing()
3171 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3222 if (audit != stcb->asoc.sent_queue_retran_cnt) { in process_chunk_drop()
3224 audit, stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3226 stcb->asoc.sent_queue_retran_cnt = audit; in process_chunk_drop()
3244 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3298 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
H A Dsctp_structs.h1028 unsigned int sent_queue_retran_cnt; member
H A Dsctputil.c664 (0x000000ff & stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
680 if (resend_cnt != stcb->asoc.sent_queue_retran_cnt) { in sctp_auditing()
688 resend_cnt, stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
690 stcb->asoc.sent_queue_retran_cnt = resend_cnt; in sctp_auditing()
693 (0x000000ff & stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
1198 asoc->sent_queue_retran_cnt = 0; in sctp_init_asoc()
H A Dsctp_output.c9431 asoc->sent_queue_retran_cnt); in sctp_chunk_retransmission()
9512 sctp_ucount_decr(stcb->asoc.sent_queue_retran_cnt); in sctp_chunk_retransmission()
9822 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_chunk_retransmission()
9891 if (asoc->sent_queue_retran_cnt <= 0) { in sctp_chunk_retransmission()
9893 asoc->sent_queue_retran_cnt = 0; in sctp_chunk_retransmission()
9981 (asoc->sent_queue_retran_cnt == 0) && in sctp_chunk_output()
9995 while (asoc->sent_queue_retran_cnt) { in sctp_chunk_output()
H A Dsctp_asconf.c1062 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_net_immediate_retrans()
H A Dsctp_usrreq.c135 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_pathmtu_adjustment()