Home
last modified time | relevance | path

Searched refs:hole_bytes (Results 1 – 2 of 2) sorted by relevance

/src/sys/netinet/
H A Dtcp_sack.c674 tp->sackhint.hole_bytes -= temp->end - temp->start; in tcp_sack_doack()
679 tp->sackhint.hole_bytes += temp->end - temp->start; in tcp_sack_doack()
680 KASSERT(tp->sackhint.hole_bytes >= 0, in tcp_sack_doack()
695 tp->sackhint.hole_bytes += temp->end - temp->start; in tcp_sack_doack()
789 tp->sackhint.hole_bytes -= temp->end - temp->start; in tcp_sack_doack()
800 tp->sackhint.hole_bytes -= sblkp->end - cur->start; in tcp_sack_doack()
809 tp->sackhint.hole_bytes -= cur->end - sblkp->start; in tcp_sack_doack()
829 tp->sackhint.hole_bytes -= sblkp->end - sblkp->start; in tcp_sack_doack()
866 KASSERT(notlost_bytes <= tp->sackhint.hole_bytes, in tcp_sack_doack()
870 KASSERT(tp->sackhint.hole_bytes == 0, in tcp_sack_doack()
[all …]
H A Dtcp_var.h131 int32_t hole_bytes; /* current number of bytes in scoreboard holes */ member