Searched refs:hole_bytes (Results 1 – 2 of 2) sorted by relevance
680 tp->sackhint.hole_bytes -= temp->end - temp->start; in tcp_sack_doack()685 tp->sackhint.hole_bytes += temp->end - temp->start; in tcp_sack_doack()686 KASSERT(tp->sackhint.hole_bytes >= 0, in tcp_sack_doack()701 tp->sackhint.hole_bytes += temp->end - temp->start; in tcp_sack_doack()795 tp->sackhint.hole_bytes -= temp->end - temp->start; in tcp_sack_doack()806 tp->sackhint.hole_bytes -= sblkp->end - cur->start; in tcp_sack_doack()815 tp->sackhint.hole_bytes -= cur->end - sblkp->start; in tcp_sack_doack()835 tp->sackhint.hole_bytes -= sblkp->end - sblkp->start; in tcp_sack_doack()872 KASSERT(notlost_bytes <= tp->sackhint.hole_bytes, in tcp_sack_doack()876 KASSERT(tp->sackhint.hole_bytes == 0, in tcp_sack_doack()[all …]
131 int32_t hole_bytes; /* current number of bytes in scoreboard holes */ member