Home
last modified time | relevance | path

Searched refs:sackhint (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_sack.c320 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()
321 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()
334 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()
335 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()
377 tp->sackhint.sacked_bytes = 0; /* reset */ in tcp_sack_doack()
390 tp->sackhint.sacked_bytes += in tcp_sack_doack()
438 tp->sackhint.last_sack_ack = sblkp->end; in tcp_sack_doack()
498 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start); in tcp_sack_doack()
499 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_sack_doack()
536 tp->sackhint.sack_bytes_rexmit in tcp_sack_doack()
[all …]
HDtcp_var.h71 struct sackhint { struct
232 struct sackhint sackhint; /* SACK scoreboard hint */ member
HDtcp_output.c1188 tp->sackhint.sack_bytes_rexmit += len; in tcp_output()
1582 tp->sackhint.sack_bytes_rexmit -= len; in tcp_output()
1583 KASSERT(tp->sackhint.sack_bytes_rexmit >= 0, in tcp_output()
HDtcp_input.c1499 tp->sackhint.last_sack_ack = 0; in tcp_do_segment()
2480 tp->sackhint.sacked_bytes = 0; in tcp_do_segment()
2565 tp->sackhint.sack_bytes_rexmit; in tcp_do_segment()
3825 tp->sackhint.sack_bytes_rexmit - in tcp_compute_pipe()
3826 tp->sackhint.sacked_bytes); in tcp_compute_pipe()
/NextBSD/sys/netinet/khelp/
HDh_ertt.c216 new_sacked_bytes = (tp->sackhint.last_sack_ack != 0); in ertt_packet_measurement_hook()
226 ack = tp->sackhint.last_sack_ack; in ertt_packet_measurement_hook()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c1040 tp->sackhint.sacked_bytes = 0; in tcp_do_slowpath()
1108 tp->sackhint.sack_bytes_rexmit; in tcp_do_slowpath()
1771 tp->sackhint.last_sack_ack = 0; in tcp_do_segment_fastslow()
2212 tp->sackhint.last_sack_ack = 0; in tcp_do_segment_fastack()