Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/uapi/linux/
A Dif_tun.h75 #define IFF_MULTI_QUEUE 0x0100 macro
/linux-6.3-rc2/include/uapi/linux/
A Dif_tun.h77 #define IFF_MULTI_QUEUE 0x0100 macro
/linux-6.3-rc2/Documentation/networking/
A Dtuntap.rst136 IFF_MULTI_QUEUE flag.
161 * IFF_MULTI_QUEUE - Create a queue of multiqueue device
163 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_MULTI_QUEUE;
/linux-6.3-rc2/tools/testing/selftests/net/
A Dtun.c55 ifr.ifr_flags = IFF_TAP | IFF_NAPI | IFF_MULTI_QUEUE; in tun_alloc()
A Dtap.c215 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR | IFF_MULTI_QUEUE; in opentap()
/linux-6.3-rc2/drivers/net/
A Dtun.c100 IFF_MULTI_QUEUE | IFF_NAPI | IFF_NAPI_FRAGS)
770 if (!(tun->flags & IFF_MULTI_QUEUE) && tun->numqueues == 1) in tun_attach()
2371 !!(tun->flags & IFF_MULTI_QUEUE))) in tun_fill_info()
2373 if (tun->flags & IFF_MULTI_QUEUE) { in tun_fill_info()
2744 if (!!(ifr->ifr_flags & IFF_MULTI_QUEUE) != in tun_set_iff()
2745 !!(tun->flags & IFF_MULTI_QUEUE)) in tun_set_iff()
2760 if (tun->flags & IFF_MULTI_QUEUE && in tun_set_iff()
2776 int queues = ifr->ifr_flags & IFF_MULTI_QUEUE ? in tun_set_iff()
2974 if (!tun || !(tun->flags & IFF_MULTI_QUEUE) || tfile->detached) in tun_set_queue()
A Dtap.c27 #define TAP_IFFEATURES (IFF_VNET_HDR | IFF_MULTI_QUEUE)

Completed in 15 milliseconds