Home
last modified time | relevance | path

Searched refs:TUNSETIFF (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.h12 #define TUNSETIFF _IOW('T', 202, int) macro
H A Dvhost_kernel_tap.c120 if (ioctl(tapfd, TUNSETIFF, (void *)&ifr) == -1) { in vhost_kernel_open_tap()
/f-stack/dpdk/examples/ip_pipeline/
H A Dtap.c80 status = ioctl(fd, TUNSETIFF, (void *) &ifr); in tap_create()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tap.c96 status = ioctl(fd, TUNSETIFF, (void *)&ifr); in softnic_tap_create()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c179 if (ioctl(fd, TUNSETIFF, (void *)&ifr) < 0) { in tun_alloc()