Lines Matching defs:Tap
45 pub struct Tap { struct
51 impl Tap { impl
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
415 impl AsRawFd for Tap { implementation
421 impl AsRawDescriptor for Tap { implementation
427 impl ReadNotifier for Tap { implementation
479 impl TapT for Tap {} implementation
480 impl IntoAsync for Tap {} implementation