Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dquic_txpim.h41 unsigned int had_max_data_frame : 1; member
/src/crypto/openssl/ssl/quic/
H A Dquic_txpim.c114 ex->public.had_max_data_frame = 0; in txpim_clear()
H A Dquic_fifd.c204 if (pkt->had_max_data_frame) in on_lost()
H A Dquic_txp.c2723 tpkt->had_max_data_frame = 1; in txp_generate_for_el()
3094 if (tpkt->had_max_data_frame) { in txp_pkt_commit()
/src/crypto/openssl/test/
H A Dquic_fifd_test.c187 pkt->had_max_data_frame = 1; in test_generic()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md332 unsigned int had_max_data_frame : 1;