Lines Matching defs:connfd
71 int connfd;
262 conn->connfd = fd;
306 vhost_user_read_cb(int connfd, void *dat, int *remove)
312 ret = vhost_user_msg_handler(conn->vid, connfd);
316 close(connfd);
440 VHOST_CONFIG_LOG(path, ERR, "can't get flags for connfd %d (%s)",
1109 conn->connfd) == -1) {
1115 VHOST_CONFIG_LOG(path, INFO, "free connfd %d", conn->connfd);
1116 close(conn->connfd);