Searched refs:BYTES_THIS_ACK (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_input.c | 299 tp->t_ccv.bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received() 1788 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 2822 BYTES_THIS_ACK(tp, th); in tcp_do_segment() 2867 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 4098 tp->snd_cwnd = maxseg + BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack() 4109 if (tp->snd_cwnd > BYTES_THIS_ACK(tp, th)) in tcp_newreno_partial_ack() 4110 tp->snd_cwnd -= BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
|
| H A D | tcp_sack.c | 963 if ((BYTES_THIS_ACK(tp, th) / maxseg) >= 2) in tcp_sack_partialack()
|
| H A D | tcp_var.h | 821 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 7784 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack() 8663 acked = BYTES_THIS_ACK(tp, th); in bbr_fastack()
|
| H A D | rack.c | 11746 acked = BYTES_THIS_ACK(tp, th); in rack_process_ack() 12622 acked = BYTES_THIS_ACK(tp, th); in rack_fastack()
|