Home
last modified time | relevance | path

Searched refs:IFF_MULTI_QUEUE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif_tun.h62 #define IFF_MULTI_QUEUE 0x0100 macro
/linux-4.1.27/Documentation/networking/
Dtuntap.txt114 IFF_MULTI_QUEUE flag.
137 * IFF_MULTI_QUEUE - Create a queue of multiqueue device
139 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_MULTI_QUEUE;
/linux-4.1.27/drivers/net/
Dtun.c116 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()
Dmacvtap.c48 #define MACVTAP_FEATURES (IFF_VNET_HDR | IFF_MULTI_QUEUE)