Searched defs:Tap (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/net_util/src/sys/linux/ |
D | tap.rs | 46 pub struct Tap { struct 52 impl Tap { implementation 56 pub unsafe fn from_raw_descriptor(descriptor: RawDescriptor) -> Result<Tap> { in from_raw_descriptor() 78 pub fn create_tap_with_ifreq(ifreq: &mut net_sys::ifreq) -> Result<Tap> { in create_tap_with_ifreq() 133 pub fn try_clone(&self) -> Result<Tap> { in try_clone() 146 impl TapTCommon for Tap { implementation 158 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new_with_name() 184 fn into_mq_taps(self, vq_pairs: u16) -> Result<Vec<Tap>> { in into_mq_taps() 429 impl TapTLinux for Tap { implementation 447 impl Read for Tap { implementation [all …]
|
/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/ |
D | linux.rs | 273 fn new_backend_from_device_arg(arg: &str) -> anyhow::Result<(String, NetBackend<Tap>)> { in new_backend_from_device_arg() 288 fn new_backend_from_tap_name(arg: &str) -> anyhow::Result<(String, NetBackend<Tap>)> { in new_backend_from_tap_name() 303 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/ |
D | app_ui.py | 56 def Tap(self, point=None, dp_units=False): member in _UiNode
|
/external/crosvm/src/crosvm/plugin/ |
D | process.rs | 521 tap: &net_util::sys::linux::Tap, in handle_get_net_config() 559 taps: &[Tap], in handle_socket()
|
/external/crosvm/src/crosvm/sys/linux/ |
D | device_helpers.rs | 969 ) -> DeviceResult<(Tap, Option<MacAddress>)> { in create_tap_for_net_device()
|