Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_var.h260 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
268 if (stcb->asoc.total_flight >= tp1->book_size) { \
269 stcb->asoc.total_flight -= tp1->book_size; \
273 stcb->asoc.total_flight = 0; \
281 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
289 (stcb)->asoc.total_flight += (tp1)->book_size; \
296 if (stcb->asoc.total_flight >= tp1->book_size) { \
297 stcb->asoc.total_flight -= tp1->book_size; \
301 stcb->asoc.total_flight = 0; \
308 (stcb)->asoc.total_flight += (tp1)->book_size; \
HDsctp_timer.c511 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend()
535 orig_tf = stcb->asoc.total_flight; in sctp_mark_all_for_resend()
706 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { in sctp_mark_all_for_resend()
769 stcb->asoc.total_flight = 0; in sctp_mark_all_for_resend()
821 (stcb->asoc.total_flight < net->mtu)) { in sctp_t3rxt_timer()
HDsctp_indata.c3475 entry_flight = asoc->total_flight; in sctp_fs_audit()
3583 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))… in sctp_express_handle_sack()
3856 asoc->total_flight = 0; in sctp_express_handle_sack()
3861 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))… in sctp_express_handle_sack()
3933 asoc->total_flight = 0; in sctp_express_handle_sack()
4073 stcb->asoc.total_flight, in sctp_express_handle_sack()
4239 asoc->total_flight = 0; in sctp_handle_sack()
4495 if (TAILQ_EMPTY(&asoc->sent_queue) && (asoc->total_flight > 0)) { in sctp_handle_sack()
4500 asoc->total_flight); in sctp_handle_sack()
4502 asoc->total_flight = 0; in sctp_handle_sack()
[all …]
HDsctp_structs.h636 uint32_t total_flight; member
1020 unsigned int total_flight; member
HDsctp_output.c6699 un_sent = ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight) + in sctp_sendall_iterator()
6703 (stcb->asoc.total_flight > 0) && in sctp_sendall_iterator()
6950 (asoc->total_flight == 0) && in sctp_clean_up_datalist()
7050 if (stcb->asoc.total_flight == 0) { in sctp_can_we_split_this()
7808 if (asoc->total_flight > 0) { in sctp_med_chunk_output()
7828 max_rwnd_per_dest = ((asoc->peers_rwnd + asoc->total_flight) / asoc->numnets); in sctp_med_chunk_output()
7993 if (asoc->total_flight > 0) { in sctp_med_chunk_output()
8699 if ((one_chunk) && (stcb->asoc.total_flight == 0)) { in sctp_med_chunk_output()
9508 if ((asoc->peers_rwnd < mtu) && (asoc->total_flight > 0)) { in sctp_chunk_retransmission()
9528 (asoc->total_flight == 0)) { in sctp_chunk_retransmission()
[all …]
HDsctputil.c152 sctp_clog.x.nagle.total_flight = stcb->asoc.total_flight; in sctp_log_nagle_event()
515 sctp_clog.x.blk.flight_size = (uint16_t) (asoc->total_flight / 1024); in sctp_log_block()
655 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
664 (int)stcb->asoc.total_flight); in sctp_auditing()
665 stcb->asoc.total_flight = tot_out; in sctp_auditing()
683 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
692 stcb->asoc.total_flight, tot_out); in sctp_auditing()
HDsctp_input.c1974 asoc->total_flight = 0; in sctp_process_cookie_existing()
4359 if (a_rwnd > stcb->asoc.total_flight) { in sctp_handle_packet_dropped()
4361 a_rwnd - stcb->asoc.total_flight; in sctp_handle_packet_dropped()
5973 stcb->asoc.total_flight); in sctp_common_input_processing()
5974 un_sent = (stcb->asoc.total_output_queue_size - stcb->asoc.total_flight); in sctp_common_input_processing()
5981 (stcb->asoc.peers_rwnd <= 0 && stcb->asoc.total_flight == 0)))) { in sctp_common_input_processing()
HDsctp_uio.h856 uint32_t total_flight; member
/trueos/sys/netinet6/
HDsctp6_usrreq.c257 stcb->asoc.total_flight -= chk->send_size; in sctp6_notify_mbuf()