Lines Matching refs:sackhint
300 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()
301 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()
314 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()
315 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()
407 tp->sackhint.last_sack_ack = sblkp->end; in tcp_sack_doack()
464 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
465 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
501 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
511 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start); in tcp_sack_doack()
534 tp->sackhint.sack_bytes_rexmit = 0; in tcp_free_sackholes()
537 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()
559 tp->snd_cwnd = (tp->sackhint.sack_bytes_rexmit + in tcp_sack_partialack()
619 *sack_bytes_rexmt = tp->sackhint.sack_bytes_rexmit; in tcp_sack_output()
620 hole = tp->sackhint.nexthole; in tcp_sack_output()
625 tp->sackhint.nexthole = hole; in tcp_sack_output()