Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_var.h259 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
267 if (stcb->asoc.total_flight >= tp1->book_size) { \
268 stcb->asoc.total_flight -= tp1->book_size; \
272 stcb->asoc.total_flight = 0; \
280 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
288 (stcb)->asoc.total_flight += (tp1)->book_size; \
295 if (stcb->asoc.total_flight >= tp1->book_size) { \
296 stcb->asoc.total_flight -= tp1->book_size; \
300 stcb->asoc.total_flight = 0; \
307 (stcb)->asoc.total_flight += (tp1)->book_size; \
H A Dsctp_timer.c524 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend()
548 orig_tf = stcb->asoc.total_flight; in sctp_mark_all_for_resend()
721 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { in sctp_mark_all_for_resend()
782 stcb->asoc.total_flight = 0; in sctp_mark_all_for_resend()
834 (stcb->asoc.total_flight < net->mtu)) { in sctp_t3rxt_timer()
H A Dsctp_indata.c3835 entry_flight = asoc->total_flight; in sctp_fs_audit()
3943 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_express_handle_sack()
4191 asoc->total_flight = 0; in sctp_express_handle_sack()
4197 …(uint32_t)(asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)))… in sctp_express_handle_sack()
4260 asoc->total_flight = 0; in sctp_express_handle_sack()
4381 stcb->asoc.total_flight, in sctp_express_handle_sack()
4548 asoc->total_flight = 0; in sctp_handle_sack()
4800 if (TAILQ_EMPTY(&asoc->sent_queue) && (asoc->total_flight > 0)) { in sctp_handle_sack()
4805 asoc->total_flight); in sctp_handle_sack()
4807 asoc->total_flight = 0; in sctp_handle_sack()
[all …]
H A Dsctp_structs.h688 uint32_t total_flight; member
1026 unsigned int total_flight; member
H A Dsctp_output.c6813 un_sent = ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight) + in sctp_sendall_iterator()
6817 (stcb->asoc.total_flight > 0) && in sctp_sendall_iterator()
7091 (asoc->total_flight == 0) && in sctp_clean_up_datalist()
7186 if (stcb->asoc.total_flight == 0) { in sctp_can_we_split_this()
7899 if (asoc->total_flight > 0) { in sctp_med_chunk_output()
7919 max_rwnd_per_dest = ((asoc->peers_rwnd + asoc->total_flight) / asoc->numnets); in sctp_med_chunk_output()
8070 if (asoc->total_flight > 0) { in sctp_med_chunk_output()
8789 if ((one_chunk) && (stcb->asoc.total_flight == 0)) { in sctp_med_chunk_output()
9666 if ((asoc->peers_rwnd < mtu) && (asoc->total_flight > 0)) { in sctp_chunk_retransmission()
9686 (asoc->total_flight == 0)) { in sctp_chunk_retransmission()
[all …]
H A Dsctputil.c166 sctp_clog.x.nagle.total_flight = stcb->asoc.total_flight; in sctp_log_nagle_event()
555 sctp_clog.x.blk.flight_size = (uint16_t)(asoc->total_flight / 1024); in sctp_log_block()
696 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
705 (int)stcb->asoc.total_flight); in sctp_auditing()
706 stcb->asoc.total_flight = tot_out; in sctp_auditing()
724 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
733 stcb->asoc.total_flight, tot_out); in sctp_auditing()
H A Dsctp_input.c1894 asoc->total_flight = 0; in sctp_process_cookie_existing()
4266 if (a_rwnd > stcb->asoc.total_flight) { in sctp_handle_packet_dropped()
4268 a_rwnd - stcb->asoc.total_flight; in sctp_handle_packet_dropped()
5669 stcb->asoc.total_flight); in sctp_common_input_processing()
5670 un_sent = (stcb->asoc.total_output_queue_size - stcb->asoc.total_flight); in sctp_common_input_processing()
5678 (stcb->asoc.peers_rwnd > 0 || stcb->asoc.total_flight == 0))) { in sctp_common_input_processing()
H A Dsctp_uio.h865 uint32_t total_flight; member