Searched refs:BYTES_THIS_ACK (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 323 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received() 1815 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 2835 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 3996 tp->snd_cwnd = maxseg + BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack() 4006 if (tp->snd_cwnd > BYTES_THIS_ACK(tp, th)) in tcp_newreno_partial_ack() 4007 tp->snd_cwnd -= BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
|
| H A D | tcp_sack.c | 796 if ((BYTES_THIS_ACK(tp, th) / maxseg) >= 2) in tcp_sack_partialack()
|
| H A D | tcp_var.h | 422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 3871 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in rack_ack_received() 7480 if (BYTES_THIS_ACK(tp, th) >= ctf_fixed_maxseg(rack->rc_tp)) { in rack_log_ack() 7488 ac = BYTES_THIS_ACK(tp, th) / ctf_fixed_maxseg(rack->rc_tp); in rack_log_ack() 7960 (BYTES_THIS_ACK(tp, th)/ctf_fixed_maxseg(rack->rc_tp))); in rack_log_ack() 8266 acked = BYTES_THIS_ACK(tp, th); in rack_process_ack() 9072 acked = BYTES_THIS_ACK(tp, th); in rack_fastack()
|
| H A D | bbr.c | 7864 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack() 8763 acked = BYTES_THIS_ACK(tp, th); in bbr_fastack()
|