Searched refs:pkt_buf (Results 1 – 1 of 1) sorted by relevance
316 let pkt_buf = &mut frontend_buf[..len]; in worker_thread() localVariable317 let hdr = match quiche::Header::from_slice(pkt_buf, CONN_ID_LEN) { in worker_thread()336 match client.handle_frontend_message(pkt_buf, &local) { in worker_thread()