Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dsocket.c65 int connfd; member
259 conn->connfd = fd; in vhost_user_add_connection()
304 vhost_user_read_cb(int connfd, void *dat, int *remove) in vhost_user_read_cb() argument
310 ret = vhost_user_msg_handler(conn->vid, connfd); in vhost_user_read_cb()
314 close(connfd); in vhost_user_read_cb()
1037 conn->connfd) == -1) { in rte_vhost_driver_unregister()
1043 VHOST_LOG_CONFIG(INFO, "(%s) free connfd %d\n", path, conn->connfd); in rte_vhost_driver_unregister()
1044 close(conn->connfd); in rte_vhost_driver_unregister()