Home
last modified time | relevance | path

Searched refs:sack_bytes_rexmit (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_sack.c498 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
499 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
536 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
546 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()
571 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()
597 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
654 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
HDtcp_output.c1188 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()
1582 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()
1583 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
HDtcp_var.h73 int sack_bytes_rexmit; member
HDtcp_input.c2565 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
3825 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c1108 tp->sackhint.sack_bytes_rexmit; in tcp_do_slowpath()