Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dif_tun.h40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) macro
/linux/include/uapi/linux/
H A Dif_tun.h40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) macro
/linux/arch/um/drivers/
H A Dvector_user.c156 ioctl(fd, TUNSETOFFLOAD, offload); in create_tap_fd()
/linux/tools/testing/selftests/net/
H A Dtun.c204 if (ioctl(fd, TUNSETOFFLOAD, features) < 0) { in tun_open()
/linux/drivers/net/
H A Dtap.c983 case TUNSETOFFLOAD: in tap_ioctl()
H A Dtun.c3220 case TUNSETOFFLOAD: in __tun_chr_ioctl()