Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_input.c284 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received()
1734 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment()
2732 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment()
3804 tp->snd_cwnd = maxseg + BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
3814 if (tp->snd_cwnd > BYTES_THIS_ACK(tp, th)) in tcp_newreno_partial_ack()
3815 tp->snd_cwnd -= BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
HDtcp_sack.c595 if ((BYTES_THIS_ACK(tp, th) / tp->t_maxseg) >= 2) in tcp_sack_partialack()
HDtcp_var.h327 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c271 acked = BYTES_THIS_ACK(tp, th); in tcp_do_fastack()
1265 acked = BYTES_THIS_ACK(tp, th); in tcp_do_slowpath()
2119 acked = BYTES_THIS_ACK(tp, th); in tcp_fastack()