Searched refs:IFF_MULTI_QUEUE (Results 1 – 4 of 4) sorted by relevance
62 #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;
116 IFF_MULTI_QUEUE)561 if (!(tun->flags & IFF_MULTI_QUEUE) && tun->numqueues == 1) in tun_attach()1583 if (!!(ifr->ifr_flags & IFF_MULTI_QUEUE) != in tun_set_iff()1584 !!(tun->flags & IFF_MULTI_QUEUE)) in tun_set_iff()1597 if (tun->flags & IFF_MULTI_QUEUE && in tun_set_iff()1608 int queues = ifr->ifr_flags & IFF_MULTI_QUEUE ? in tun_set_iff()1818 if (!tun || !(tun->flags & IFF_MULTI_QUEUE) || tfile->detached) in tun_set_queue()
48 #define MACVTAP_FEATURES (IFF_VNET_HDR | IFF_MULTI_QUEUE)