Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.c72 unsigned int tap_features; in vhost_kernel_open_tap() local
95 if (ioctl(tapfd, TUNGETFEATURES, &tap_features) == -1) { in vhost_kernel_open_tap()
99 if (tap_features & IFF_ONE_QUEUE) in vhost_kernel_open_tap()
106 if (tap_features & IFF_VNET_HDR) { in vhost_kernel_open_tap()
H A Dvhost_kernel.c158 unsigned int tap_features; in tap_support_features() local
167 if (ioctl(tapfd, TUNGETFEATURES, &tap_features) == -1) { in tap_support_features()
174 return tap_features; in tap_support_features()