Searched refs:IFF_MULTI_QUEUE (Results 1 – 4 of 4) sorted by relevance
68 #define IFF_MULTI_QUEUE 0x0100 macro
114 IFF_MULTI_QUEUE flag.137 * IFF_MULTI_QUEUE - Create a queue of multiqueue device139 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_MULTI_QUEUE;
117 IFF_MULTI_QUEUE)614 if (!(tun->flags & IFF_MULTI_QUEUE) && tun->numqueues == 1) in tun_attach()1628 if (!!(ifr->ifr_flags & IFF_MULTI_QUEUE) != in tun_set_iff()1629 !!(tun->flags & IFF_MULTI_QUEUE)) in tun_set_iff()1642 if (tun->flags & IFF_MULTI_QUEUE && in tun_set_iff()1653 int queues = ifr->ifr_flags & IFF_MULTI_QUEUE ? in tun_set_iff()1864 if (!tun || !(tun->flags & IFF_MULTI_QUEUE) || tfile->detached) in tun_set_queue()
48 #define MACVTAP_FEATURES (IFF_VNET_HDR | IFF_MULTI_QUEUE)