Searched refs:packet_queues (Results 1 – 1 of 1) sorted by relevance
781 let mut packet_queues = HashMap::new(); in process_tx_packets() localVariable791 packet_queues.remove(&port); in process_tx_packets()806 let queue = packet_queues.entry(port).or_insert_with(|| { in process_tx_packets()