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