Lines Matching refs:now
502 OSSL_TIME (*now)(void *arg); member
750 OSSL_TIME loss_delay, lost_send_time, now; in ackm_detect_and_remove_lost_pkts() local
769 now = ackm->now(ackm->now_arg); in ackm_detect_and_remove_lost_pkts()
770 lost_send_time = ossl_time_subtract(now, loss_delay); in ackm_detect_and_remove_lost_pkts()
854 return ossl_time_add(ackm->now(ackm->now_arg), duration); in ackm_get_pto_time_and_space()
1020 OSSL_ACKM *ossl_ackm_new(OSSL_TIME (*now)(void *arg), in ossl_ackm_new()
1043 ackm->now = now; in ossl_ackm_new()
1187 OSSL_TIME now = ackm->now(ackm->now_arg), ack_delay; in ossl_ackm_on_rx_ack_frame() local
1189 ackm->first_rtt_sample = now; in ossl_ackm_on_rx_ack_frame()
1197 ossl_time_subtract(now, na_pkts->time)); in ossl_ackm_on_rx_ack_frame()
1383 && ossl_time_compare(ackm->now(ackm->now_arg), in ossl_ackm_is_ack_desired()
1619 OSSL_TIME now = ackm->now(ackm->now_arg); in ossl_ackm_get_ack_frame() local
1624 && ossl_time_compare(now, ackm->rx_largest_time[pkt_space]) > 0 in ossl_ackm_get_ack_frame()
1627 ossl_time_subtract(now, ackm->rx_largest_time[pkt_space]); in ossl_ackm_get_ack_frame()