Searched refs:TUNSETQUEUE (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | if_tun.h | 49 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
| /linux/include/uapi/linux/ |
| H A D | if_tun.h | 49 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
| /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);
|
| /linux/tools/testing/selftests/net/ |
| H A D | tun.c | 133 return ioctl(fd, TUNSETQUEUE, (void *)&ifr); in tun_attach() 144 return ioctl(fd, TUNSETQUEUE, (void *)&ifr); in tun_detach()
|
| /linux/drivers/net/ |
| H A D | tap.c | 961 case TUNSETQUEUE: in tap_ioctl()
|
| H A D | tun.c | 3061 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl() 3075 } else if (cmd == TUNSETQUEUE) { in __tun_chr_ioctl()
|