Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_sockmap.c144 int iov_length; member
682 iov_length * cnt : in msg_loop()
1398 opt->iov_length = 1; in test_send_one()
1403 opt->iov_length = 1; in test_send_one()
1408 opt->iov_length = 1024; in test_send_one()
1417 opt->iov_length = 3; in test_send_many()
1424 opt->iov_length = 5; in test_send_many()
1430 opt->iov_length = 256; in test_send_large()
1487 opt->iov_length = 100; in test_txmsg_skb()
1698 opt->iov_length = 256; in test_txmsg_ingress_parser()
[all …]
/linux/fs/fuse/
A Dioctl.c213 inarg.in_size = in_size = iov_length(in_iov, in_iovs); in fuse_do_ioctl()
214 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl()
/linux/drivers/vhost/
A Dtest.c81 len = iov_length(vq->iov, out); in handle_vq()
A Dvsock.c161 iov_len = iov_length(&vq->iov[out], in); in vhost_transport_do_send_pkt()
373 len = iov_length(vq->iov, out); in vhost_vsock_alloc_pkt()
A Dnet.c610 size_t len = iov_length(vq->iov, out); in init_iov_iter()
1083 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
A Dscsi.c851 vc->out_size = iov_length(vq->iov, vc->out); in vhost_scsi_get_desc()
852 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
/linux/include/linux/
A Duio.h114 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
/linux/fs/ocfs2/cluster/
A Dtcp.c1040 caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen); in o2net_send_message_vec()

Completed in 26 milliseconds