Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_srtm.c156 for (item = item->next_by_seq_num; item != NULL; item = inext) { in srtm_free_each()
157 inext = item->next_by_seq_num; in srtm_free_each()
197 for (; item != NULL; prev = item, item = item->next_by_seq_num) in srtm_find()
228 fixup = &cur->next_by_seq_num; in sorted_insert_seq_num()
229 cur = cur->next_by_seq_num; in sorted_insert_seq_num()
232 item->next_by_seq_num = *fixup; in sorted_insert_seq_num()
396 if (item->next_by_seq_num != NULL) { in ossl_quic_srtm_remove()
404 prev->next_by_seq_num = item->next_by_seq_num; in ossl_quic_srtm_remove()
428 inext = item->next_by_seq_num; in ossl_quic_srtm_cull()
503 item = item->next_by_seq_num; in check_mark()
[all …]

Completed in 6 milliseconds