Searched refs:acked_amount (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 11546 …n_for_fastoutput(struct tcp_rack *rack, struct tcpcb *tp, struct socket *so, uint32_t acked_amount) in rack_gain_for_fastoutput() argument 11569 new_total = acked_amount + rack->r_ctl.fsb.left_to_send; in rack_gain_for_fastoutput() 11780 int32_t nsegs, acked_amount; in rack_process_ack() local 11996 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in rack_process_ack() 11997 tp->snd_wnd -= acked_amount; in rack_process_ack() 11998 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack() 12000 (acked > acked_amount) && in rack_process_ack() 12013 if (acked_amount && sbavail(&so->so_snd)) in rack_process_ack() 15724 uint32_t tiwin, ms_cts, cts, acked, acked_amount, high_seq, win_seq, the_win, win_upd_ack; in rack_do_compressed_ack_processing() local 16001 acked_amount = acked = (high_seq - tp->snd_una); in rack_do_compressed_ack_processing() [all …]
|
H A D | bbr.c | 7703 int32_t acked_amount; in bbr_process_ack() local 7827 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in bbr_process_ack() 7828 tp->snd_wnd -= acked_amount; in bbr_process_ack() 7829 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()
|