Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/linux-6.14.4/include/uapi/linux/
Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/linux-6.14.4/tools/virtio/
Dvhost_net_test.c204 r = ioctl(dev->control, VHOST_NET_SET_BACKEND, &backend); in vq_info_add()
/linux-6.14.4/drivers/vhost/
Dnet.c1680 case VHOST_NET_SET_BACKEND: in vhost_net_ioctl()