Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_sack.c690 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
691 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
731 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
742 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()
771 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()
798 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
855 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
H A Dtcp_input.c2594 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
2621 tp->sackhint.sack_bytes_rexmit + (snd_cnt * maxseg)); in tcp_do_segment()
2636 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
3940 pipe = (tp->snd_nxt - tp->snd_fack) + tp->sackhint.sack_bytes_rexmit; in tcp_prr_partialack()
3969 tp->sackhint.sack_bytes_rexmit + (snd_cnt * maxseg)); in tcp_prr_partialack()
4017 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()
H A Dtcp_output.c1237 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()
1635 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()
1636 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
H A Dtcp_var.h108 int32_t sack_bytes_rexmit; member
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h108 int32_t sack_bytes_rexmit; member