Searched refs:total_flight (Results 1 – 9 of 9) sorted by relevance
262 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \270 if (stcb->asoc.total_flight >= tp1->book_size) { \271 stcb->asoc.total_flight -= tp1->book_size; \275 stcb->asoc.total_flight = 0; \283 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \291 (stcb)->asoc.total_flight += (tp1)->book_size; \298 if (stcb->asoc.total_flight >= tp1->book_size) { \299 stcb->asoc.total_flight -= tp1->book_size; \303 stcb->asoc.total_flight = 0; \310 (stcb)->asoc.total_flight += (tp1)->book_size; \
529 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend()553 orig_tf = stcb->asoc.total_flight; in sctp_mark_all_for_resend()726 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { in sctp_mark_all_for_resend()787 stcb->asoc.total_flight = 0; in sctp_mark_all_for_resend()839 (stcb->asoc.total_flight < net->mtu)) { in sctp_t3rxt_timer()
3849 entry_flight = asoc->total_flight; in sctp_fs_audit()4205 asoc->total_flight = 0; in sctp_express_handle_sack()4274 asoc->total_flight = 0; in sctp_express_handle_sack()4395 stcb->asoc.total_flight, in sctp_express_handle_sack()4562 asoc->total_flight = 0; in sctp_handle_sack()4819 asoc->total_flight); in sctp_handle_sack()4821 asoc->total_flight = 0; in sctp_handle_sack()4953 asoc->total_flight = 0; in sctp_handle_sack()5152 asoc->total_flight = 0; in sctp_handle_sack()5216 stcb->asoc.total_flight, in sctp_handle_sack()[all …]
666 uint32_t total_flight; member1034 unsigned int total_flight; member
6732 (stcb->asoc.total_flight > 0) && in sctp_sendall_iterator()6990 (asoc->total_flight == 0) && in sctp_clean_up_datalist()7085 if (stcb->asoc.total_flight == 0) { in sctp_can_we_split_this()7855 if (asoc->total_flight > 0) { in sctp_med_chunk_output()8026 if (asoc->total_flight > 0) { in sctp_med_chunk_output()9602 (asoc->total_flight == 0)) { in sctp_chunk_retransmission()10155 (stcb->asoc.total_flight > 0)) { in sctp_chunk_output()13338 stcb->asoc.total_flight, in sctp_lower_sosend()13596 (stcb->asoc.total_flight > 0) && in sctp_lower_sosend()13621 stcb->asoc.total_flight, in sctp_lower_sosend()[all …]
169 sctp_clog.x.nagle.total_flight = stcb->asoc.total_flight; in sctp_log_nagle_event()558 sctp_clog.x.blk.flight_size = (uint16_t)(asoc->total_flight / 1024); in sctp_log_block()699 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()708 (int)stcb->asoc.total_flight); in sctp_auditing()709 stcb->asoc.total_flight = tot_out; in sctp_auditing()727 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()736 stcb->asoc.total_flight, tot_out); in sctp_auditing()
1948 asoc->total_flight = 0; in sctp_process_cookie_existing()4314 if (a_rwnd > stcb->asoc.total_flight) { in sctp_handle_packet_dropped()4316 a_rwnd - stcb->asoc.total_flight; in sctp_handle_packet_dropped()5666 stcb->asoc.total_flight); in sctp_common_input_processing()5667 un_sent = (stcb->asoc.total_output_queue_size - stcb->asoc.total_flight); in sctp_common_input_processing()5675 (stcb->asoc.peers_rwnd > 0 || stcb->asoc.total_flight == 0))) { in sctp_common_input_processing()
864 uint32_t total_flight; member