Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dnet.c538 size_t vhost_len, sock_len; in handle_rx() local
558 vhost_len = sock_len + vhost_hlen; in handle_rx()
559 headcount = get_rx_bufs(vq, vq->heads, vhost_len, in handle_rx()
586 iov_iter_init(&msg.msg_iter, READ, vq->iov, in, vhost_len); in handle_rx()
632 vhost_log_write(vq, vq_log, log, vhost_len); in handle_rx()
633 total_len += vhost_len; in handle_rx()