Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c384 unsigned int tap_features; in vhost_kernel_setup() local
391 if (tap_support_features(&tap_features) < 0) in vhost_kernel_setup()
394 if ((tap_features & IFF_VNET_HDR) == 0) { in vhost_kernel_setup()
400 if (tap_features & IFF_NAPI) in vhost_kernel_setup()
437 data->tapfds[0] = tap_open(ifname, r_flags, (tap_features & IFF_MULTI_QUEUE) != 0); in vhost_kernel_setup()
H A Dvhost_kernel_tap.c23 tap_support_features(unsigned int *tap_features) in tap_support_features() argument
34 if (ioctl(tapfd, TUNGETFEATURES, tap_features) == -1) { in tap_support_features()
H A Dvhost_kernel_tap.h39 int tap_support_features(unsigned int *tap_features);