Searched refs:vhost_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | net.c | 1127 size_t vhost_len, sock_len; in handle_rx() local 1158 vhost_len = sock_len + vhost_hlen; in handle_rx() 1160 vhost_len, &in, vq_log, &log, in handle_rx() 1191 iov_iter_init(&msg.msg_iter, READ, vq->iov, in, vhost_len); in handle_rx() 1238 vhost_log_write(vq, vq_log, log, vhost_len, in handle_rx() 1240 total_len += vhost_len; in handle_rx()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | net.c | 1136 size_t vhost_len, sock_len; in handle_rx() local 1167 vhost_len = sock_len + vhost_hlen; in handle_rx() 1169 vhost_len, &in, vq_log, &log, in handle_rx() 1200 iov_iter_init(&msg.msg_iter, ITER_DEST, vq->iov, in, vhost_len); in handle_rx() 1247 vhost_log_write(vq, vq_log, log, vhost_len, in handle_rx() 1249 total_len += vhost_len; in handle_rx()
|
Completed in 5 milliseconds