Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vsock/sys/windows/
Dvsock.rs781 let mut packet_queues = HashMap::new(); in process_tx_packets() localVariable
791 packet_queues.remove(&port); in process_tx_packets()
806 let queue = packet_queues.entry(port).or_insert_with(|| { in process_tx_packets()