Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-linux.h33 #define TUNSETVNETBE _IOW('T', 222, int) macro
H A Dtap-linux.c218 if (!ioctl(fd, TUNSETVNETBE, &arg)) { in tap_fd_set_vnet_be()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h58 #define TUNSETVNETBE _IOW('T', 222, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h58 #define TUNSETVNETBE _IOW('T', 222, int) macro
/openbmc/qemu/linux-user/
H A Dioctls.h745 #ifdef TUNSETVNETBE
746 IOCTL(TUNSETVNETBE, IOC_W, MK_PTR(TYPE_INT))
/openbmc/linux/drivers/net/
H A Dtap.c1108 case TUNSETVNETBE: in tap_ioctl()
H A DKconfig419 Userspace programs can control the feature using the TUNSETVNETBE
H A Dtun.c3342 case TUNSETVNETBE: in __tun_chr_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch402 +pub const TUNSETVNETBE: u32 = 1074025694;