Searched refs:BYTES_THIS_ACK (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 303 tp->t_ccv.bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received() 1828 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 2897 BYTES_THIS_ACK(tp, th); in tcp_do_segment() 2942 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 4177 tp->snd_cwnd = maxseg + BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack() 4188 if (tp->snd_cwnd > BYTES_THIS_ACK(tp, th)) in tcp_newreno_partial_ack() 4189 tp->snd_cwnd -= BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
|
H A D | tcp_sack.c | 969 if ((BYTES_THIS_ACK(tp, th) / maxseg) >= 2) in tcp_sack_partialack()
|
H A D | tcp_var.h | 823 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 10801 if (BYTES_THIS_ACK(tp, th) >= segsiz) { in rack_log_ack() 10809 ac = BYTES_THIS_ACK(tp, th) / ctf_fixed_maxseg(rack->rc_tp); in rack_log_ack() 11872 acked = BYTES_THIS_ACK(tp, th); in rack_process_ack() 12748 acked = BYTES_THIS_ACK(tp, th); in rack_fastack()
|
H A D | bbr.c | 7791 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack() 8670 acked = BYTES_THIS_ACK(tp, th); in bbr_fastack()
|