Home
last modified time | relevance | path

Searched refs:accept_node (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/ssl/quic/
H A Dquic_stream_map.c67 #define accept_next(l, s) list_next((l), &(s)->accept_node, \
68 offsetof(QUIC_STREAM, accept_node))
70 offsetof(QUIC_STREAM, accept_node))
180 if (stream->accept_node.next != NULL) in ossl_quic_stream_map_release()
181 list_remove(&qsm->accept_list, &stream->accept_node); in ossl_quic_stream_map_release()
737 list_insert_tail(&qsm->accept_list, &s->accept_node); in ossl_quic_stream_map_push_accept_queue()
757 list_remove(&qsm->accept_list, &s->accept_node); in ossl_quic_stream_map_remove_from_accept_queue()
/src/crypto/openssl/include/internal/
H A Dquic_stream_map.h82 QUIC_STREAM_LIST_NODE accept_node; /* accept queue of remotely-created streams */ member