Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_fc.c129 OSSL_TIME (*now)(void *now_arg), in ossl_quic_rxfc_init() argument
130 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() argument
160 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()
H A Dquic_demux.c46 void *now_arg; member
74 void *now_arg) in ossl_quic_demux_new() argument
87 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()
H A Dquic_ackm.c503 void *now_arg; member
769 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() argument
1044 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()
H A Dquic_txp.c2833 tpkt->ackm_pkt.time = txp->args.now(txp->args.now_arg); in txp_generate_for_el()
H A Dquic_channel.c277 txp_args.now_arg = ch; in ch_init()
/openssl/include/internal/
H A Dquic_fc.h140 void *now_arg; member
157 void *now_arg);
167 void *now_arg);
H A Dquic_demux.h201 void *now_arg);
H A Dquic_txp.h52 void *now_arg; member
H A Dquic_ackm.h23 void *now_arg,
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md97 void *now_arg,
106 time. `now_arg` is passed as the argument. The congestion controller method and
H A Dtx-packetiser.md34 void *now_arg;

Completed in 49 milliseconds