Searched refs:IFF_TAP (Results 1 – 5 of 5) sorted by relevance
24 #define IFF_TAP 0x0002 macro
93 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; in vhost_kernel_open_tap()
77 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; /* No packet information */ in tap_create()
93 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; /* No packet information */ in softnic_tap_create()
150 IFF_TAP : IFF_TUN | IFF_POINTOPOINT; in tun_alloc()