Home
last modified time | relevance | path

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

/third_party/node/src/quic/
Dtlscontext.cc334 TLSContext* context = ContainerOf(&TLSContext::conn_ref_, ref); in From()
340 TLSContext* context = ContainerOf(&TLSContext::conn_ref_, ref); in From()
348 : conn_ref_({getConnection, this}), in TLSContext()
358 SSL_set_app_data(ssl_.get(), &conn_ref_);
551 TLSContext* context = ContainerOf(&TLSContext::conn_ref_, ref); in getConnection()
Dtlscontext.h156 ngtcp2_crypto_conn_ref conn_ref_; variable