Lines Matching refs:cache
4 The connection ID cache is responsible for managing connection IDs, both local
16 The cache will be implemented as a double ended queue as part of the
58 * For MVP, the local connection ID cache need only have one element.
83 IDs covered from our cache and then send back an acknowledgement of
87 IDs covered in our cache as _retired_. This means that we cannot send
132 * Allocate and free a remote connection ID cache
137 void ossl_quic_remote_conn_id_cache_free(QUIC_REMOTE_CONN_ID_CACHE *cache);
140 * Add a remote connection ID to the cache
142 int ossl_quic_remote_conn_id_cache_add(QUIC_REMOTE_CONN_ID_CACHE *cache,
154 const QUIC_REMOTE_CONN_ID_CACHE *cache,
162 QUIC_REMOTE_CONN_ID_CACHE *cache, uint64_t seq_no);
169 QUIC_REMOTE_CONN_ID_CACHE *cache, uint64_t seq_no);
178 * Allocate and free a local connection ID cache
181 void ossl_quic_local_conn_id_cache_free(QUIC_LOCAL_CONN_ID_CACHE *cache);
187 int ossl_quic_local_conn_id_cache_new_conn_id(QUIC_LOCAL_CONN_ID_CACHE *cache,
194 int ossl_quic_local_conn_id_cache_remove_conn(QUIC_LOCAL_CONN_ID_CACHE *cache,
202 const QUIC_LOCAL_CONN_ID_CACHE *cache,
210 QUIC_LOCAL_CONN_ID_CACHE *cache, uint64_t from_seq_no);
217 QUIC_LOCAL_CONN_ID_CACHE *cache, uint64_t from_seq_no);
247 int ossl_route_table_add_route(QUIC_ROUTE_TABLE *cache,
258 const QUIC_ROUTE_TABLE *cache,
261 const QUIC_ROUTE_TABLE *cache,