Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dif_tun.h49 #define TUNSETQUEUE _IOW('T', 217, int) macro
/linux/include/uapi/linux/
H A Dif_tun.h49 #define TUNSETQUEUE _IOW('T', 217, int) macro
/linux/Documentation/networking/
H A Dtuntap.rst184 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 Dtun.c133 return ioctl(fd, TUNSETQUEUE, (void *)&ifr); in tun_attach()
144 return ioctl(fd, TUNSETQUEUE, (void *)&ifr); in tun_detach()
/linux/drivers/net/
H A Dtap.c961 case TUNSETQUEUE: in tap_ioctl()
H A Dtun.c3061 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl()
3075 } else if (cmd == TUNSETQUEUE) { in __tun_chr_ioctl()