Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_cfq.c99 static void list_remove(QUIC_CFQ_ITEM_LIST *l, QUIC_CFQ_ITEM_EX *n) in list_remove() function
255 list_remove(&cfq->free_list, item); in ossl_quic_cfq_add_frame()
266 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_mark_tx()
291 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_mark_lost()
299 list_remove(&cfq->tx_list, ex); in ossl_quic_cfq_mark_lost()
319 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_release()
324 list_remove(&cfq->tx_list, ex); in ossl_quic_cfq_release()
H A Dquic_stream_map.c35 static void list_remove(QUIC_STREAM_LIST_NODE *l, in list_remove() function
181 list_remove(&qsm->active_list, &stream->active_node); in ossl_quic_stream_map_release()
183 list_remove(&qsm->accept_list, &stream->accept_node); in ossl_quic_stream_map_release()
185 list_remove(&qsm->ready_for_gc_list, &stream->ready_for_gc_node); in ossl_quic_stream_map_release()
230 list_remove(&qsm->active_list, &s->active_node); in stream_map_mark_inactive()
760 list_remove(&qsm->accept_list, &s->accept_node); in ossl_quic_stream_map_remove_from_accept_queue()
H A Dquic_txpim.c68 static void list_remove(QUIC_TXPIM_PKT_EX_LIST *l, QUIC_TXPIM_PKT_EX *n) in list_remove() function
129 list_remove(&txpim->free_list, ex); in ossl_quic_txpim_pkt_alloc()

Completed in 12 milliseconds