Searched refs:now_arg (Results 1 – 11 of 11) sorted by relevance
129 OSSL_TIME (*now)(void *now_arg), in ossl_quic_rxfc_init() argument130 void *now_arg) in ossl_quic_rxfc_init()147 rxfc->now_arg = now_arg; in ossl_quic_rxfc_init()156 void *now_arg) in ossl_quic_rxfc_init_standalone() argument160 now, now_arg)) in ossl_quic_rxfc_init_standalone()180 rxfc->epoch_start = rxfc->now(rxfc->now_arg); in rxfc_start_epoch()283 now = rxfc->now(rxfc->now_arg); in rxfc_should_bump_window_size()
46 void *now_arg; member74 void *now_arg) in ossl_quic_demux_new() argument87 demux->now_arg = now_arg; in ossl_quic_demux_new()297 now = demux->now != NULL ? demux->now(demux->now_arg) : ossl_time_zero(); in demux_recv()441 = demux->now != NULL ? demux->now(demux->now_arg) : ossl_time_zero(); in ossl_quic_demux_inject()
503 void *now_arg; member769 now = ackm->now(ackm->now_arg); 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()1021 void *now_arg, in ossl_ackm_new() argument1044 ackm->now_arg = now_arg; in ossl_ackm_new()1187 OSSL_TIME now = ackm->now(ackm->now_arg), ack_delay; 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()
2833 tpkt->ackm_pkt.time = txp->args.now(txp->args.now_arg); in txp_generate_for_el()
277 txp_args.now_arg = ch; in ch_init()
140 void *now_arg; member157 void *now_arg);167 void *now_arg);
201 void *now_arg);
52 void *now_arg; member
23 void *now_arg,
97 void *now_arg,106 time. `now_arg` is passed as the argument. The congestion controller method and
34 void *now_arg;
Completed in 51 milliseconds