Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c3278 uint64_t new_remote_seq_num = ch->cur_remote_seq_num; in ossl_quic_channel_on_new_conn_id() local
3295 if (f->seq_num > new_remote_seq_num) in ossl_quic_channel_on_new_conn_id()
3296 new_remote_seq_num = f->seq_num; in ossl_quic_channel_on_new_conn_id()
3310 if (new_remote_seq_num - new_retire_prior_to > 1) { in ossl_quic_channel_on_new_conn_id()
3342 if (new_remote_seq_num > ch->cur_remote_seq_num) { in ossl_quic_channel_on_new_conn_id()
3344 if (!ossl_quic_srtm_add(ch->srtm, ch, new_remote_seq_num, in ossl_quic_channel_on_new_conn_id()
3353 ch->cur_remote_seq_num = new_remote_seq_num; in ossl_quic_channel_on_new_conn_id()