Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_cc_test.c138 static int net_sim_process(struct net_sim *s, size_t skip_forward);
200 static int net_sim_process_one(struct net_sim *s, int skip_forward) in net_sim_process_one() argument
208 if (skip_forward && ossl_time_compare(pkt->next_time, fake_time) > 0) in net_sim_process_one()
263 static int net_sim_process(struct net_sim *s, size_t skip_forward) in net_sim_process() argument
267 while ((rc = net_sim_process_one(s, skip_forward > 0 ? 1 : 0)) == 1) in net_sim_process()
268 if (skip_forward > 0) in net_sim_process()
269 --skip_forward; in net_sim_process()

Completed in 6 milliseconds