Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dif_tun.h48 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
/linux/include/uapi/linux/
H A Dif_tun.h48 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
/linux/drivers/net/
H A Dtun_vnet.h77 case TUNSETVNETHDRSZ: in tun_vnet_ioctl()
/linux/tools/virtio/
H A Dvhost_net_test.c84 e = ioctl(fd, TUNSETVNETHDRSZ, &len); in tun_alloc()
/linux/arch/um/drivers/
H A Dvector_user.c597 ioctl(fd, TUNSETVNETHDRSZ, &len); in uml_tap_enable_vnet_headers()
/linux/tools/testing/selftests/net/
H A Dtun.c197 if (ioctl(fd, TUNSETVNETHDRSZ, &hdrlen) < 0) { in tun_open()