Home
last modified time | relevance | path

Searched refs:TUNSETVNETLE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h32 #define TUNSETVNETLE _IOW('T', 220, int) macro
H A Dtap-linux.c201 if (!ioctl(fd, TUNSETVNETLE, &arg)) { in tap_fd_set_vnet_le()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h52 #define TUNSETVNETLE _IOW('T', 220, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h52 #define TUNSETVNETLE _IOW('T', 220, int) macro
/openbmc/qemu/linux-user/
H A Dioctls.h741 #ifdef TUNSETVNETLE
742 IOCTL(TUNSETVNETLE, IOC_W, MK_PTR(TYPE_INT))
/openbmc/linux/drivers/net/
H A Dtap.c1096 case TUNSETVNETLE: in tap_ioctl()
H A Dtun.c3327 case TUNSETVNETLE: in __tun_chr_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch407 +pub const TUNSETVNETLE: u32 = 1074025692;