Searched refs:sackhint (Results 1 – 6 of 6) sorted by relevance
526 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()527 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()540 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()541 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()670 tp->sackhint.last_sack_ack = sblkp->end; in tcp_sack_doack()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()783 tp->sackhint.sack_bytes_rexmit -= in tcp_sack_doack()[all …]
500 tp->sackhint.delivered_data = 0; in cc_post_recovery()501 tp->sackhint.prr_delivered = 0; in cc_post_recovery()502 tp->sackhint.prr_out = 0; in cc_post_recovery()1538 tp->sackhint.last_sack_ack = 0; in tcp_do_segment()2573 tp->sackhint.sacked_bytes = 0; in tcp_do_segment()2665 tp->sackhint.delivered_data)); in tcp_do_segment()2674 tp->sackhint.delivered_data)); in tcp_do_segment()2683 tp->sackhint.sacked_bytes > in tcp_do_segment()2732 tp->sackhint.prr_delivered = in tcp_do_segment()2736 tp->sackhint.prr_delivered = in tcp_do_segment()[all …]
270 (tp->sackhint.nexthole != NULL) && in tcp_default_output()1257 tp->sackhint.sack_bytes_rexmit += len; in tcp_default_output()1265 tp->sackhint.prr_out += len; in tcp_default_output()1683 tp->sackhint.sack_bytes_rexmit -= len; in tcp_default_output()1684 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_default_output()1694 tp->sackhint.prr_out -= len; in tcp_default_output()
118 struct sackhint { struct423 struct sackhint sackhint; /* SACK scoreboard hint */ member
1098 if (tp->sackhint.recover_fs == 0) in tcp_default_fb_init()1099 tp->sackhint.recover_fs = max(1, in tcp_default_fb_init()
215 new_sacked_bytes = (tp->sackhint.last_sack_ack != 0); in ertt_packet_measurement_hook()225 ack = tp->sackhint.last_sack_ack; in ertt_packet_measurement_hook()