Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dnet.c86 size_t vhost_hlen; member
198 n->vqs[i].vhost_hlen = 0; in vhost_net_vq_reset()
319 hdr_size = nvq->vhost_hlen; in handle_tx()
537 size_t vhost_hlen, sock_hlen; in handle_rx() local
549 vhost_hlen = nvq->vhost_hlen; in handle_rx()
558 vhost_len = sock_len + vhost_hlen; in handle_rx()
588 if (unlikely((vhost_hlen))) { in handle_rx()
592 iov_iter_advance(&msg.msg_iter, vhost_hlen); in handle_rx()
606 if (unlikely(vhost_hlen)) { in handle_rx()
704 n->vqs[i].vhost_hlen = 0; in vhost_net_open()
[all …]