Lines Matching refs:hole_bytes
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()
882 KASSERT(tp->sackhint.hole_bytes > 0, in tcp_sack_doack()
887 tp->sackhint.lost_bytes = tp->sackhint.hole_bytes - in tcp_sack_doack()
918 tp->sackhint.hole_bytes = 0; in tcp_free_sackholes()
1018 tp->sackhint.hole_bytes += in tcp_sack_partialack()