Lines Matching refs:time
790 if (ossl_time_compare(pkt->time, lost_send_time) <= 0 in ackm_detect_and_remove_lost_pkts()
801 ossl_time_add(pkt->time, loss_delay); in ackm_detect_and_remove_lost_pkts()
805 ossl_time_add(pkt->time, loss_delay)); in ackm_detect_and_remove_lost_pkts()
814 OSSL_TIME time = ackm->loss_time[QUIC_PN_SPACE_INITIAL]; in ackm_get_loss_time_and_space() local
818 if (ossl_time_is_zero(time) in ackm_get_loss_time_and_space()
819 || ossl_time_compare(ackm->loss_time[i], time) == -1) { in ackm_get_loss_time_and_space()
820 time = ackm->loss_time[i]; in ackm_get_loss_time_and_space()
825 return time; in ackm_get_loss_time_and_space()
961 loss_info.tx_time = p->time; in ackm_on_pkts_lost()
1009 ainfo.tx_time = apkt->time; in ackm_on_pkts_acked()
1083 if (ossl_time_is_zero(pkt->time) in ossl_ackm_on_tx_packet()
1085 pkt->time) > 0) in ossl_ackm_on_tx_packet()
1101 ackm->time_of_last_ack_eliciting_pkt[pkt->pkt_space] = pkt->time; in ossl_ackm_on_tx_packet()
1140 ecn_info.largest_acked_time = pkt->time; in ackm_process_ecn()
1197 ossl_time_subtract(now, na_pkts->time)); in ossl_ackm_on_rx_ack_frame()
1549 ackm->rx_largest_time[pkt->pkt_space] = pkt->time; in ossl_ackm_on_rx_packet()
1573 ackm_on_rx_ack_eliciting(ackm, pkt->time, pkt->pkt_space, was_missing); in ossl_ackm_on_rx_packet()