Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/sys/unix/
Dnet.rs135 .modify(&self.tap, EventType::None, Token::RxTap) in handle_rx_token()
149 .modify(&self.tap, EventType::Read, Token::RxTap) in handle_rx_queue()
/external/crosvm/devices/src/virtio/
Dnet.rs296 RxTap, enumerator
374 Token::RxTap, in run()
377 (self.tap.get_read_notifier(), Token::RxTap), in run()
403 Token::RxTap => { in run()
/external/crosvm/devices/src/virtio/sys/windows/
Dnet.rs305 match wait_ctx.add(&self.tap, Token::RxTap) { in handle_rx_queue()