Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/vhost/
Dnet.c169 hdr_size = vq->vhost_hlen; in handle_tx()
392 size_t vhost_hlen, sock_hlen; in handle_rx() local
402 vhost_hlen = vq->vhost_hlen; in handle_rx()
411 vhost_len = sock_len + vhost_hlen; in handle_rx()
439 if (unlikely((vhost_hlen))) in handle_rx()
441 move_iovec_hdr(vq->iov, vq->hdr, vhost_hlen, in); in handle_rx()
458 if (unlikely(vhost_hlen) && in handle_rx()
460 vhost_hlen)) { in handle_rx()
793 size_t vhost_hlen, sock_hlen, hdr_len; in vhost_net_set_features() local
801 vhost_hlen = hdr_len; in vhost_net_set_features()
[all …]
Dvhost.h120 size_t vhost_hlen; member
Dvhost.c174 vq->vhost_hlen = 0; in vhost_vq_reset()