Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_tun.h49 #define TUNSETQUEUE _IOW('T', 217, int) macro
/Linux-v4.19/Documentation/networking/
Dtuntap.txt160 A new ioctl(TUNSETQUEUE) were introduced to enable or disable a queue. When
182 return ioctl(fd, TUNSETQUEUE, (void *)&ifr);
/Linux-v4.19/drivers/net/
Dtap.c1022 case TUNSETQUEUE: in tap_ioctl()
Dtun.c2843 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl()
2857 } else if (cmd == TUNSETQUEUE) { in __tun_chr_ioctl()