Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c143 int iov_length; member
694 iov_length * cnt : in msg_loop()
1429 opt->iov_length = 1; in test_send_one()
1434 opt->iov_length = 1; in test_send_one()
1439 opt->iov_length = 1024; in test_send_one()
1448 opt->iov_length = 3; in test_send_many()
1455 opt->iov_length = 5; in test_send_many()
1461 opt->iov_length = 256; in test_send_large()
1526 opt->iov_length = 100; in test_txmsg_skb()
1755 opt->iov_length = 256; in test_txmsg_ingress_parser()
[all …]
/linux/fs/fuse/
H A Dioctl.c293 inarg.in_size = in_size = iov_length(in_iov, in_iovs); in fuse_do_ioctl()
294 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl()
/linux/drivers/vhost/
H A Dtest.c81 len = iov_length(vq->iov, out); in handle_vq()
H A Dvsock.c152 iov_len = iov_length(&vq->iov[out], in); in vhost_transport_do_send_pkt()
345 len = iov_length(vq->iov, out); in vhost_vsock_alloc_skb()
H A Dnet.c615 size_t len = iov_length(vq->iov, out); in init_iov_iter()
1063 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
H A Dscsi.c981 vc->out_size = iov_length(vq->iov, vc->out); in vhost_scsi_get_desc()
982 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
/linux/include/linux/
H A Duio.h151 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
/linux/fs/ocfs2/cluster/
H A Dtcp.c1044 caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen); in o2net_send_message_vec()