Home
last modified time | relevance | path

Searched refs:TUNSETQUEUE (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h31 #define TUNSETQUEUE _IOW('T', 217, int) macro
H A Dtap-linux.c280 ret = ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tap_fd_enable()
298 ret = ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tap_fd_disable()
/openbmc/linux/tools/testing/selftests/net/
H A Dtun.c28 return ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tun_attach()
39 return ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tun_detach()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h49 #define TUNSETQUEUE _IOW('T', 217, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h49 #define TUNSETQUEUE _IOW('T', 217, int) macro
/openbmc/linux/Documentation/networking/
H A Dtuntap.rst184 A new ioctl(TUNSETQUEUE) were introduced to enable or disable a queue. When
206 return ioctl(fd, TUNSETQUEUE, (void *)&ifr);
/openbmc/linux/drivers/net/
H A Dtap.c1053 case TUNSETQUEUE: in tap_ioctl()
H A Dtun.c3099 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl()
3113 } else if (cmd == TUNSETQUEUE) { in __tun_chr_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h738 IOCTL(TUNSETQUEUE, IOC_W, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch448 +pub const TUNSETQUEUE: u32 = 1074025689;