Searched refs:TUNSETQUEUE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tun.c | 28 return ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tun_attach() 39 return ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tun_detach()
|
/openbmc/qemu/net/ |
H A D | tap-linux.h | 31 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
H A D | tap-linux.c | 280 ret = ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tap_fd_enable() 298 ret = ioctl(fd, TUNSETQUEUE, (void *) &ifr); in tap_fd_disable()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_tun.h | 49 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_tun.h | 49 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
/openbmc/linux/Documentation/networking/ |
H A D | tuntap.rst | 184 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 D | tap.c | 1053 case TUNSETQUEUE: in tap_ioctl()
|
H A D | tun.c | 3099 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl() 3113 } else if (cmd == TUNSETQUEUE) { in __tun_chr_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 738 IOCTL(TUNSETQUEUE, IOC_W, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
|