Home
last modified time | relevance | path

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

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c203 int acked, measurenext_len, multiack, new_sacked_bytes, rtt_bytes_adjust; in ertt_packet_measurement_hook() local
215 new_sacked_bytes = (tp->sackhint.last_sack_ack != 0); in ertt_packet_measurement_hook()
222 if (acked > 0 || new_sacked_bytes) { in ertt_packet_measurement_hook()
223 if (acked == 0 && new_sacked_bytes) { in ertt_packet_measurement_hook()
252 if (!new_sacked_bytes) { in ertt_packet_measurement_hook()
351 if (!e_t->dlyack_rx || multiack || new_sacked_bytes) { in ertt_packet_measurement_hook()