Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c60 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue()
62 asoc->sent_queue_retran_cnt = 0; in sctp_audit_retranmission_queue()
66 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_audit_retranmission_queue()
72 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()
81 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue()
648 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_mark_all_for_resend()
756 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_mark_all_for_resend()
763 if ((stcb->asoc.sent_queue_retran_cnt == 0) && (could_be_sent)) { in sctp_mark_all_for_resend()
765 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_mark_all_for_resend()
[all …]
H A Dsctp_indata.c3098 sctp_ucount_decr(stcb->asoc.sent_queue_retran_cnt); in sctp_process_segment_range()
3101 (stcb->asoc.sent_queue_retran_cnt & 0x000000ff)); in sctp_process_segment_range()
3628 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_strike_gap_ack_chunks()
3898 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_window_probe_recovery()
4079 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_express_handle_sack()
4249 (asoc->sent_queue_retran_cnt == 0) && in sctp_express_handle_sack()
4262 asoc->sent_queue_retran_cnt = 0; in sctp_express_handle_sack()
4268 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_express_handle_sack()
4534 if (asoc->sent_queue_retran_cnt) { in sctp_handle_sack()
4535 asoc->sent_queue_retran_cnt = 0; in sctp_handle_sack()
[all …]
H A Dsctp_input.c1652 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_process_cookie_existing()
3130 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3181 if (audit != stcb->asoc.sent_queue_retran_cnt) { in process_chunk_drop()
3183 audit, stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3185 stcb->asoc.sent_queue_retran_cnt = audit; in process_chunk_drop()
3203 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3257 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
H A Dsctp_structs.h1020 unsigned int sent_queue_retran_cnt; member
H A Dsctputil.c661 (0x000000ff & stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
677 if (resend_cnt != stcb->asoc.sent_queue_retran_cnt) { in sctp_auditing()
685 resend_cnt, stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
687 stcb->asoc.sent_queue_retran_cnt = resend_cnt; in sctp_auditing()
690 (0x000000ff & stcb->asoc.sent_queue_retran_cnt); in sctp_auditing()
1204 asoc->sent_queue_retran_cnt = 0; in sctp_init_asoc()
H A Dsctp_output.c9505 asoc->sent_queue_retran_cnt); in sctp_chunk_retransmission()
9598 sctp_ucount_decr(stcb->asoc.sent_queue_retran_cnt); in sctp_chunk_retransmission()
9916 sctp_ucount_decr(asoc->sent_queue_retran_cnt); in sctp_chunk_retransmission()
9985 if (asoc->sent_queue_retran_cnt <= 0) { in sctp_chunk_retransmission()
9987 asoc->sent_queue_retran_cnt = 0; in sctp_chunk_retransmission()
10075 (asoc->sent_queue_retran_cnt == 0) && in sctp_chunk_output()
10089 while (asoc->sent_queue_retran_cnt) { in sctp_chunk_output()
H A Dsctp_asconf.c1059 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); in sctp_net_immediate_retrans()
H A Dsctp_usrreq.c150 sctp_ucount_incr(asoc->sent_queue_retran_cnt); in sctp_pathmtu_adjustment()