Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/vhost/
Dnet.c151 hdr_size = vq->vhost_hlen; in handle_tx()
309 size_t vhost_hlen, sock_hlen; in handle_rx() local
319 vhost_hlen = vq->vhost_hlen; in handle_rx()
328 vhost_len = sock_len + vhost_hlen; in handle_rx()
348 if (unlikely((vhost_hlen))) in handle_rx()
350 move_iovec_hdr(vq->iov, vq->hdr, vhost_hlen, in); in handle_rx()
367 if (unlikely(vhost_hlen) && in handle_rx()
369 vhost_hlen)) { in handle_rx()
681 size_t vhost_hlen, sock_hlen, hdr_len; in vhost_net_set_features() local
689 vhost_hlen = hdr_len; in vhost_net_set_features()
[all …]
Dvhost.h97 size_t vhost_hlen; member
Dvhost.c167 vq->vhost_hlen = 0; in vhost_vq_reset()