Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_fifd.c26 void (*regen_frame)(uint64_t frame_type, in ossl_quic_fifd_init()
43 || get_sstream_by_id == NULL || regen_frame == NULL) in ossl_quic_fifd_init()
51 fifd->regen_frame = regen_frame; in ossl_quic_fifd_init()
163 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_STOP_SENDING, in on_lost()
168 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_RESET_STREAM, in on_lost()
182 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_MAX_STREAM_DATA, in on_lost()
200 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_HANDSHAKE_DONE, in on_lost()
205 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_MAX_DATA, in on_lost()
210 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI, in on_lost()
215 fifd->regen_frame(OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_UNI, in on_lost()
[all …]
/openssl/include/internal/
H A Dquic_fifd.h36 void (*regen_frame)(uint64_t frame_type, member
63 void (*regen_frame)(uint64_t frame_type,
/openssl/test/
H A Dquic_fifd_test.c37 static void regen_frame(uint64_t frame_type, uint64_t stream_id, in regen_frame() function
339 regen_frame, NULL, in test_fifd()
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md455 void (*regen_frame)(uint64_t frame_type,

Completed in 9 milliseconds