Home
last modified time | relevance | path

Searched defs:Tap (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/net_util/src/sys/unix/
Dtap.rs45 pub struct Tap { struct
51 impl Tap { argument
55 pub unsafe fn from_raw_descriptor(descriptor: RawDescriptor) -> Result<Tap> { in from_raw_descriptor()
77 pub fn create_tap_with_ifreq(ifreq: &mut net_sys::ifreq) -> Result<Tap> { in create_tap_with_ifreq()
107 pub fn try_clone(&self) -> Result<Tap> { in try_clone()
120 impl TapTCommon for Tap { implementation
132 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new_with_name()
157 fn into_mq_taps(self, vq_pairs: u16) -> Result<Vec<Tap>> { in into_mq_taps()
399 impl Read for Tap { implementation
405 impl Write for Tap { implementation
[all …]
/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
Dunix.rs256 fn new_backend_from_device_arg(arg: &str) -> anyhow::Result<(String, NetBackend<Tap>)> { in new_backend_from_device_arg()
271 fn new_backend_from_tapfd_arg(arg: &str) -> anyhow::Result<(String, NetBackend<Tap>)> { in new_backend_from_tapfd_arg()
/external/chromium-trace/catapult/devil/devil/android/
Dapp_ui.py56 def Tap(self, point=None, dp_units=False): member in _UiNode
/external/crosvm/src/crosvm/plugin/
Dprocess.rs520 tap: &net_util::sys::unix::Tap, in handle_get_net_config()
558 taps: &[Tap], in handle_socket()
/external/crosvm/src/crosvm/sys/unix/
Ddevice_helpers.rs765 ) -> DeviceResult<(Tap, Option<MacAddress>)> { in create_tap_for_net_device()