Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/linux/include/uapi/linux/
H A Dvhost.h132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
/linux/tools/virtio/
H A Dvhost_net_test.c204 r = ioctl(dev->control, VHOST_NET_SET_BACKEND, &backend); in vq_info_add()