Searched refs:TUNSETVNETHDRSZ (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-linux.h | 30 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
|
H A D | tap-linux.c | 85 ioctl(fd, TUNSETVNETHDRSZ, &len); in tap_open() 190 if (ioctl(fd, TUNSETVNETHDRSZ, &len) == -1) { in tap_fd_set_vnet_hdr_len()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_tun.h | 48 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_tun.h | 48 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
|
/openbmc/linux/arch/um/drivers/ |
H A D | vector_user.c | 516 ioctl(fd, TUNSETVNETHDRSZ, &len); in uml_tap_enable_vnet_headers()
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 1081 case TUNSETVNETHDRSZ: in tap_ioctl()
|
H A D | tun.c | 3308 case TUNSETVNETHDRSZ: in __tun_chr_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 737 IOCTL(TUNSETVNETHDRSZ, IOC_W, MK_PTR(TYPE_INT))
|