Home
last modified time | relevance | path

Searched defs:vhost_user_socket (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/vhost/
H A Dsocket.c31 struct vhost_user_socket { struct
32 struct vhost_user_connection_list conn_list;
33 pthread_mutex_t conn_mutex;
34 char *path;
35 int socket_fd;
36 struct sockaddr_un un;
37 bool is_server;
38 bool reconnect;
39 bool iommu_support;
40 bool use_builtin_virtio_net;
[all …]