Home
last modified time | relevance | path

Searched refs:TUNGETFEATURES (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.h13 #define TUNGETFEATURES _IOR('T', 207, unsigned int) macro
H A Dvhost_kernel_tap.c95 if (ioctl(tapfd, TUNGETFEATURES, &tap_features) == -1) { in vhost_kernel_open_tap()
H A Dvhost_kernel.c167 if (ioctl(tapfd, TUNGETFEATURES, &tap_features) == -1) { in tap_support_features()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c161 if (ioctl(fd, TUNGETFEATURES, &features) < 0) { in tun_alloc()