Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_timer.c65 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue()
67 asoc->sent_queue_retran_cnt = 0; in sctp_audit_retranmission_queue()
71 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
77 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
82 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
86 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue()
763 if (stcb->asoc.sent_queue_retran_cnt != cnt_mk) { in sctp_mark_all_for_resend()
769 stcb->asoc.sent_queue_retran_cnt = cnt_mk; in sctp_mark_all_for_resend()
1347 if (stcb->asoc.sent_queue_retran_cnt) { in sctp_audit_stream_queues_for_size()
1349 stcb->asoc.sent_queue_retran_cnt); in sctp_audit_stream_queues_for_size()
[all …]
H A Dsctp_indata.c3952 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_window_probe_recovery()
4133 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_express_handle_sack()
4324 (asoc->sent_queue_retran_cnt == 0) && in sctp_express_handle_sack()
4337 asoc->sent_queue_retran_cnt = 0; in sctp_express_handle_sack()
4343 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_express_handle_sack()
4603 if (asoc->sent_queue_retran_cnt) { in sctp_handle_sack()
4604 asoc->sent_queue_retran_cnt = 0; in sctp_handle_sack()
4755 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_handle_sack()
5221 (asoc->sent_queue_retran_cnt == 0) && in sctp_handle_sack()
5234 asoc->sent_queue_retran_cnt = 0; in sctp_handle_sack()
[all …]
H A Dsctp_input.c1820 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_process_cookie_existing()
3363 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3414 if (audit != stcb->asoc.sent_queue_retran_cnt) { in process_chunk_drop()
3416 audit, stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3418 stcb->asoc.sent_queue_retran_cnt = audit; in process_chunk_drop()
3436 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3490 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
H A Dsctp_structs.h1041 unsigned int sent_queue_retran_cnt; member
H A Dsctputil.c665 (0x000000ff & stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
681 if (resend_cnt != stcb->asoc.sent_queue_retran_cnt) { in sctp_auditing()
689 resend_cnt, stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
691 stcb->asoc.sent_queue_retran_cnt = resend_cnt; in sctp_auditing()
694 (0x000000ff & stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
1080 asoc->sent_queue_retran_cnt = 0; in sctp_init_asoc()
H A Dsctp_output.c9510 asoc->sent_queue_retran_cnt); in sctp_chunk_retransmission()
9591 sctp_ucount_decr(stcb->asoc.sent_queue_retran_cnt); in sctp_chunk_retransmission()
9901 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_chunk_retransmission()
9972 if (asoc->sent_queue_retran_cnt <= 0) { in sctp_chunk_retransmission()
9974 asoc->sent_queue_retran_cnt = 0; in sctp_chunk_retransmission()
10066 (asoc->sent_queue_retran_cnt == 0) && in sctp_chunk_output()
10079 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.c133 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_pathmtu_adjustment()