Searched defs:Tap (Results 1 – 3 of 3) sorted by relevance
170 pub struct Tap { struct176 impl Tap { argument177 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 { implementation277 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 { implementation508 impl Write for Tap { implementation518 impl AsRawFd for Tap { implementation[all …]
56 def Tap(self, point=None, dp_units=False): member in _UiNode
476 tap: &net_util::Tap, in handle_get_net_config()514 taps: &[Tap], in handle_socket()