Home
last modified time | relevance | path

Searched refs:IFF_VNET_HDR (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.h23 #define IFF_VNET_HDR 0x4000 macro
H A Dvhost_kernel.c143 if (tap_flags & IFF_VNET_HDR) { in vhost_kernel_get_features()
394 if ((tap_features & IFF_VNET_HDR) == 0) { in vhost_kernel_setup()
398 r_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR; in vhost_kernel_setup()