Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-linux.h30 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
H A Dtap-linux.c85 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 Dif_tun.h48 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h48 #define TUNSETVNETHDRSZ _IOW('T', 216, int) macro
/openbmc/linux/arch/um/drivers/
H A Dvector_user.c516 ioctl(fd, TUNSETVNETHDRSZ, &len); in uml_tap_enable_vnet_headers()
/openbmc/linux/drivers/net/
H A Dtap.c1081 case TUNSETVNETHDRSZ: in tap_ioctl()
H A Dtun.c3308 case TUNSETVNETHDRSZ: in __tun_chr_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h737 IOCTL(TUNSETVNETHDRSZ, IOC_W, MK_PTR(TYPE_INT))
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch801 +pub const TUNSETVNETHDRSZ: u32 = 1074025688;