Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c206 int acked, measurenext_len, multiack, new_sacked_bytes, rtt_bytes_adjust; in ertt_packet_measurement_hook() local
218 new_sacked_bytes = (tp->sackhint.last_sack_ack != 0); in ertt_packet_measurement_hook()
225 if (acked > 0 || new_sacked_bytes) { in ertt_packet_measurement_hook()
226 if (acked == 0 && new_sacked_bytes) { in ertt_packet_measurement_hook()
255 if (!new_sacked_bytes) { in ertt_packet_measurement_hook()
354 if (!e_t->dlyack_rx || multiack || new_sacked_bytes) { in ertt_packet_measurement_hook()