Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c75 return vhost_kernel_call(dev, VHOST_NET_SET_BACKEND, file); in vhost_kernel_net_set_backend()
/openbmc/linux/drivers/vhost/
H A Dnet.c1707 case VHOST_NET_SET_BACKEND: in vhost_net_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch370 +pub const VHOST_NET_SET_BACKEND: u32 = 1074310960;