Home
last modified time | relevance | path

Searched refs:BYTES_THIS_ACK (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_input.c323 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 Dtcp_sack.c796 if ((BYTES_THIS_ACK(tp, th) / maxseg) >= 2) in tcp_sack_partialack()
H A Dtcp_var.h422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c3871 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 Dbbr.c7864 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack()
8763 acked = BYTES_THIS_ACK(tp, th); in bbr_fastack()