Home
last modified time | relevance | path

Searched refs:IFF_ONE_QUEUE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h41 #define IFF_ONE_QUEUE 0x2000 macro
H A Dtap-linux.c61 if (features & IFF_ONE_QUEUE) { in tap_open()
62 ifr.ifr_flags |= IFF_ONE_QUEUE; in tap_open()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h72 #define IFF_ONE_QUEUE 0x2000 macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h74 #define IFF_ONE_QUEUE 0x2000 macro
/openbmc/linux/drivers/net/
H A Dtun.c99 #define TUN_FEATURES (IFF_NO_PI | IFF_ONE_QUEUE | IFF_VNET_HDR | \