Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c673 tp->sackhint.hole_bytes -= temp->end - temp->start; in tcp_sack_doack()
678 tp->sackhint.hole_bytes += temp->end - temp->start; in tcp_sack_doack()
679 KASSERT(tp->sackhint.hole_bytes >= 0, in tcp_sack_doack()
694 tp->sackhint.hole_bytes += temp->end - temp->start; in tcp_sack_doack()
788 tp->sackhint.hole_bytes -= temp->end - temp->start; in tcp_sack_doack()
799 tp->sackhint.hole_bytes -= sblkp->end - cur->start; in tcp_sack_doack()
808 tp->sackhint.hole_bytes -= cur->end - sblkp->start; in tcp_sack_doack()
828 tp->sackhint.hole_bytes -= sblkp->end - sblkp->start; in tcp_sack_doack()
865 KASSERT(notlost_bytes <= tp->sackhint.hole_bytes, in tcp_sack_doack()
869 KASSERT(tp->sackhint.hole_bytes == 0, in tcp_sack_doack()
[all …]
H A Dtcp_var.h140 int32_t hole_bytes; /* current number of bytes in scoreboard holes */ member