Home
last modified time | relevance | path

Searched refs:quic_conn_handler (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc66 auto quic_conn_handler = worker_->get_quic_connection_handler(); in on_read() local
119 quic_conn_handler->handle_packet(faddr_, remote_addr, local_addr, pi, in on_read()
H A Dshrpx_quic_connection_handler.cc43 auto quic_conn_handler = static_cast<QUICConnectionHandler *>(w->data); in stateless_reset_bucket_regen_timercb() local
45 quic_conn_handler->on_stateless_reset_bucket_regen(); in stateless_reset_bucket_regen_timercb()
694 auto quic_conn_handler = cw->worker->get_quic_connection_handler(); in close_wait_timeoutcb() local
695 quic_conn_handler->remove_close_wait(cw); in close_wait_timeoutcb()
H A Dshrpx_http3_upstream.cc238 auto quic_conn_handler = worker->get_quic_connection_handler(); in remove_connection_id() local
240 quic_conn_handler->remove_connection_id(*cid); in remove_connection_id()
1520 auto quic_conn_handler = worker->get_quic_connection_handler(); in on_handler_delete() local
1527 quic_conn_handler->remove_connection_id(cid); in on_handler_delete()
1581 quic_conn_handler->add_close_wait(cw.release()); in on_handler_delete()
1808 auto quic_conn_handler = worker->get_quic_connection_handler(); in on_read() local
1827 quic_conn_handler->send_retry(handler_->get_upstream_addr(), vc.version, in on_read()
H A Dshrpx_connection_handler.cc1277 auto quic_conn_handler = single_worker_->get_quic_connection_handler(); in quic_ipc_read() local
1280 quic_conn_handler->handle_packet(faddr, pkt->remote_addr, pkt->local_addr, in quic_ipc_read()

Completed in 7 milliseconds