Searched refs:acked_amount (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 11525 …n_for_fastoutput(struct tcp_rack *rack, struct tcpcb *tp, struct socket *so, uint32_t acked_amount) in rack_gain_for_fastoutput() argument 11548 new_total = acked_amount + rack->r_ctl.fsb.left_to_send; in rack_gain_for_fastoutput() 11759 int32_t nsegs, acked_amount; in rack_process_ack() local 11975 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in rack_process_ack() 11976 tp->snd_wnd -= acked_amount; in rack_process_ack() 11977 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack() 11979 (acked > acked_amount) && in rack_process_ack() 11992 if (acked_amount && sbavail(&so->so_snd)) in rack_process_ack() 15696 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 15973 acked_amount = acked = (high_seq - tp->snd_una); in rack_do_compressed_ack_processing() [all …]
|
H A D | bbr.c | 7684 int32_t acked_amount; in bbr_process_ack() local 7808 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in bbr_process_ack() 7809 tp->snd_wnd -= acked_amount; in bbr_process_ack() 7810 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()
|