Home
last modified time | relevance | path

Searched defs:quic_stream_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_stream_map.h80 struct quic_stream_st { struct
81 QUIC_STREAM_LIST_NODE active_node; /* for use by QUIC_STREAM_MAP */
82 QUIC_STREAM_LIST_NODE accept_node; /* accept queue of remotely-created streams */
83 QUIC_STREAM_LIST_NODE ready_for_gc_node; /* queue of streams now ready for GC */
86 QUIC_STREAM *txp_next;
93 uint64_t id;
99 uint64_t stop_sending_aec;
105 uint64_t reset_stream_aec;
111 uint64_t peer_stop_sending_aec;
117 uint64_t peer_reset_stream_aec;
[all …]