Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc787 msg_iovlen_type iov_size; in tcp_flush() local
802 for (iov_size = 0; outgoing_slice_idx != tcp->outgoing_buffer->count && in tcp_flush()
803 iov_size != MAX_WRITE_IOVEC; in tcp_flush()
804 iov_size++) { in tcp_flush()
805 iov[iov_size].iov_base = in tcp_flush()
809 iov[iov_size].iov_len = in tcp_flush()
812 sending_length += iov[iov_size].iov_len; in tcp_flush()
816 GPR_ASSERT(iov_size > 0); in tcp_flush()
821 msg.msg_iovlen = iov_size; in tcp_flush()
832 GRPC_STATS_INC_TCP_WRITE_IOV_SIZE(iov_size); in tcp_flush()