Searched refs:acked_amount (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 11398 …n_for_fastoutput(struct tcp_rack *rack, struct tcpcb *tp, struct socket *so, uint32_t acked_amount) in rack_gain_for_fastoutput() argument 11421 new_total = acked_amount + rack->r_ctl.fsb.left_to_send; in rack_gain_for_fastoutput() 11632 int32_t nsegs, acked_amount; in rack_process_ack() local 11848 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in rack_process_ack() 11849 tp->snd_wnd -= acked_amount; in rack_process_ack() 11850 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack() 11852 (acked > acked_amount) && in rack_process_ack() 11865 if (acked_amount && sbavail(&so->so_snd)) in rack_process_ack() 15563 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 15842 acked_amount = acked = (high_seq - tp->snd_una); in rack_do_compressed_ack_processing() [all …]
|
| H A D | bbr.c | 7677 int32_t acked_amount; in bbr_process_ack() local 7801 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in bbr_process_ack() 7802 tp->snd_wnd -= acked_amount; in bbr_process_ack() 7803 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()
|