Searched refs:TUNSETQUEUE (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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-6.12.1/tools/include/uapi/linux/ |
D | if_tun.h | 49 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
/linux-6.12.1/include/uapi/linux/ |
D | if_tun.h | 49 #define TUNSETQUEUE _IOW('T', 217, int) macro
|
/linux-6.12.1/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-6.12.1/drivers/net/ |
D | tap.c | 1053 case TUNSETQUEUE: in tap_ioctl()
|
D | tun.c | 3099 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl() 3113 } else if (cmd == TUNSETQUEUE) { in __tun_chr_ioctl()
|