Searched refs:vhost_len (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | net.c | 1154 size_t vhost_len, sock_len; in handle_rx() local 1189 vhost_len = sock_len + vhost_hlen; in handle_rx() 1192 vhost_len, &in, vq_log, &log, in handle_rx() 1224 iov_iter_init(&msg.msg_iter, ITER_DEST, vq->iov, in, vhost_len); in handle_rx() 1274 vhost_log_write(vq, vq_log, log, vhost_len, in handle_rx() 1276 total_len += vhost_len; in handle_rx()
|