Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vhost/
Dnet.c87 size_t vhost_hlen; member
199 n->vqs[i].vhost_hlen = 0; in vhost_net_vq_reset()
320 hdr_size = nvq->vhost_hlen; in handle_tx()
538 size_t vhost_hlen, sock_hlen; in handle_rx() local
550 vhost_hlen = nvq->vhost_hlen; in handle_rx()
559 vhost_len = sock_len + vhost_hlen; in handle_rx()
589 if (unlikely((vhost_hlen))) { in handle_rx()
593 iov_iter_advance(&msg.msg_iter, vhost_hlen); in handle_rx()
607 if (unlikely(vhost_hlen)) { in handle_rx()
705 n->vqs[i].vhost_hlen = 0; in vhost_net_open()
[all …]