Lines Matching refs:wev
456 WorkerEvent wev;
470 wev = std::move(q_.front());
480 switch (wev.type) {
483 WLOG(INFO, this) << "WorkerEvent: client_fd=" << wev.client_fd
484 << ", addrlen=" << wev.client_addrlen;
493 close(wev.client_fd);
499 tls::accept_connection(this, wev.client_fd, &wev.client_addr.sa,
500 wev.client_addrlen, wev.faddr);
505 close(wev.client_fd);
538 replace_downstream_config(wev.downstreamconf);
545 if (wev.quic_pkt->upstream_addr_index == static_cast<size_t>(-1)) {
546 faddr = find_quic_upstream_addr(wev.quic_pkt->local_addr);
553 wev.quic_pkt->upstream_addr_index) {
558 faddr = &quic_upstream_addrs_[wev.quic_pkt->upstream_addr_index];
562 faddr, wev.quic_pkt->remote_addr, wev.quic_pkt->local_addr,
563 wev.quic_pkt->pi, wev.quic_pkt->data.data(), wev.quic_pkt->data.size());
570 WLOG(INFO, this) << "unknown event type " << static_cast<int>(wev.type);