Searched refs:TUNSETIFF (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel_tap.h | 12 #define TUNSETIFF _IOW('T', 202, int) macro
|
| H A D | vhost_kernel_tap.c | 120 if (ioctl(tapfd, TUNSETIFF, (void *)&ifr) == -1) { in vhost_kernel_open_tap()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | tap.c | 80 status = ioctl(fd, TUNSETIFF, (void *) &ifr); in tap_create()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tap.c | 96 status = ioctl(fd, TUNSETIFF, (void *)&ifr); in softnic_tap_create()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 179 if (ioctl(fd, TUNSETIFF, (void *)&ifr) < 0) { in tun_alloc()
|