Lines Matching defs:Tap
170 pub struct Tap { struct
176 impl Tap { implementation
177 pub unsafe fn from_raw_descriptor(fd: RawDescriptor) -> Result<Tap> { in from_raw_descriptor()
195 fn create_tap_with_ifreq(ifreq: &mut net_sys::ifreq) -> Result<Tap> { in create_tap_with_ifreq()
276 impl TapT for Tap { implementation
277 fn new(vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new()
302 fn into_mq_taps(self, vq_pairs: u16) -> Result<Vec<Tap>> { in into_mq_taps()
502 impl Read for Tap { implementation
508 impl Write for Tap { implementation
518 impl AsRawFd for Tap { implementation
524 impl AsRawDescriptor for Tap { implementation