Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator.cc94 DataSize send_size = data_size; in bitrate() local
108 send_size -= first_last_average_size; in bitrate()
116 send_size -= (window_.back().sent_packet.size + in bitrate()
132 return std::min(send_size / send_duration, recv_size / recv_duration); in bitrate()
Dprobe_bitrate_estimator.cc126 DataSize send_size = cluster->size_total - cluster->size_last_send; in HandleProbeAndEstimateBitrate() local
127 DataRate send_rate = send_size / send_interval; in HandleProbeAndEstimateBitrate()
140 << cluster_id << "] [send: " << ToString(send_size) in HandleProbeAndEstimateBitrate()
161 << cluster_id << "] [send: " << ToString(send_size) << " / " in HandleProbeAndEstimateBitrate()
/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c7632 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh));
7635 (uint32_t) (data_list[i]->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)));
8107 chk->book_size = chk->send_size = (uint16_t)(to_move + SCTP_DATA_CHUNK_OVERHEAD(stcb));
8187 asoc->out_tsnlog[asoc->tsn_out_at].sz = chk->send_size;
8201 dchkh->ch.chunk_length = htons(chk->send_size);
8214 ndchkh->ch.chunk_length = htons(chk->send_size);
8217 if (chk->send_size < SCTP_SIZE32(chk->book_size)) {
8222 pads = SCTP_SIZE32(chk->book_size) - chk->send_size;
8228 chk->send_size += pads;
8728 if ((chk->send_size < (int)(mtu - omtu)) ||
[all …]
Dsctp_indata.c868 if (asoc->size_on_reasm_queue >= tchk->send_size) { in sctp_handle_old_unordered_data()
869 asoc->size_on_reasm_queue -= tchk->send_size; in sctp_handle_old_unordered_data()
872 …ize_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, tchk->send_size); in sctp_handle_old_unordered_data()
1028 chk->send_size = control->length; in sctp_inject_old_unordered_data()
1066 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data()
1086 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data()
1336 asoc->size_on_reasm_queue -= chk->send_size; in sctp_add_chk_to_control()
1576 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm()
1603 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm()
2189 chk->send_size = the_len; in sctp_process_a_data_chunk()
[all …]
Dsctputil.c465 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd()
485 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set()
3004 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset()
3009 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset()
3545 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed()
3546 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed()
3556 (chk->send_size >= chk_len) && in sctp_notify_send_failed()
3557 (chk->send_size - chk_len < 4)) { in sctp_notify_send_failed()
3558 padding_len = chk->send_size - chk_len; in sctp_notify_send_failed()
3559 payload_len = chk->send_size - chkhdr_len - padding_len; in sctp_notify_send_failed()
[all …]
Dsctp_pcb.c7928 KASSERT(chk->send_size > 0, ("chunk has zero length"));
7929 if (asoc->size_on_reasm_queue >= chk->send_size) {
7930 asoc->size_on_reasm_queue -= chk->send_size;
7933 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size);
7988 KASSERT(chk->send_size > 0, ("chunk has zero length"));
7989 if (asoc->size_on_reasm_queue >= chk->send_size) {
7990 asoc->size_on_reasm_queue -= chk->send_size;
7993 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size);
Dsctp_structs.h496 uint16_t send_size; member
Dsctp_uio.h855 uint32_t send_size; member
Dsctp_input.c3813 clen = chk->send_size;
4412 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr);
4434 ch->chunk_length = htons(chk->send_size);
4435 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size);
Dsctp_timer.c683 stcb->asoc.peers_rwnd += chk->send_size;
Dsctp_cc_functions.c1416 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
Dsctp_usrreq.c245 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
250 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
/external/curl/lib/
Dsmb.c375 smbc->send_size = len; in smb_send()
388 ssize_t len = smbc->send_size - smbc->sent; in smb_flush()
391 if(!smbc->send_size) in smb_flush()
403 smbc->send_size = 0; in smb_flush()
612 if(!smbc->send_size && smbc->upload_size) { in smb_send_and_recv()
624 smbc->send_size = nread; in smb_send_and_recv()
629 if(smbc->send_size) { in smb_send_and_recv()
636 if(smbc->send_size || smbc->upload_size) in smb_send_and_recv()
Dsmb.h44 size_t send_size; member
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2334 static void MakeSpeedTestPacket(StreamString &packet, uint32_t send_size, in MakeSpeedTestPacket() argument
2338 uint32_t bytes_left = send_size; in MakeSpeedTestPacket()
2383 uint32_t send_size; in TestPacketSpeed() local
2386 for (send_size = 0; send_size <= max_send; in TestPacketSpeed()
2387 send_size ? send_size *= 2 : send_size = 4) { in TestPacketSpeed()
2390 MakeSpeedTestPacket(packet, send_size, recv_size); in TestPacketSpeed()
2414 result_idx > 0 ? "," : "", send_size, recv_size, in TestPacketSpeed()
2421 send_size, recv_size, duration<float>(total_time), in TestPacketSpeed()
2439 send_size = 0; in TestPacketSpeed()
2442 MakeSpeedTestPacket(packet, send_size, recv_size); in TestPacketSpeed()
[all …]
DGDBRemoteCommunicationClient.h335 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm183 ssize_t send_size = send(svr_fd_, read_buffer, kBufferSize, 0);
184 XCTAssertGreaterThanOrEqual(send_size, 0);
/external/webrtc/rtc_base/
Dsocket_unittest.cc1012 int send_size = 0; in GetSetOptionsInternal() local
1015 ASSERT_NE(-1, socket->GetOption(Socket::OPT_SNDBUF, &send_size)); in GetSetOptionsInternal()
1021 ASSERT_NE(-1, socket->GetOption(Socket::OPT_SNDBUF, &send_size)); in GetSetOptionsInternal()
1024 ASSERT_EQ(expected_size, send_size); in GetSetOptionsInternal()
/external/webrtc/media/sctp/
Dsctp_transport.cc283 int send_size = usrsctp_sysctl_get_sctp_sendspace(); in InitializeUsrSctp() local
284 if (send_size != kSctpSendBufferSize) { in InitializeUsrSctp()
286 << send_size; in InitializeUsrSctp()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc467 return request_.send_size(); in num_sends()
575 size_t ProtoRunGraphRequest::num_sends() const { return request_->send_size(); } in num_sends()
/external/virglrenderer/src/
Dvrend_renderer.c7208 uint32_t send_size = util_format_get_nblocks(format, box->width, in read_transfer_data() local
7214 if ((send_size == size || bh == 1) && !invert && box->depth == 1) in read_transfer_data()
7215 vrend_read_from_iovec(iov, num_iovs, offset, data, send_size); in read_transfer_data()
7251 uint32_t send_size = util_format_get_nblocks(res->format, box->width, in write_transfer_data() local
7258 if ((send_size == size || bh == 1) && !invert && box->depth == 1) { in write_transfer_data()
7259 vrend_write_to_iovec(iov, num_iovs, offset, data, send_size); in write_transfer_data()
7496 GLuint send_size = 0; in vrend_renderer_transfer_write_iov() local
7524 send_size = util_format_get_nblocks(res->base.format, info->box->width, in vrend_renderer_transfer_write_iov()
7529 send_size *= info->box->depth; in vrend_renderer_transfer_write_iov()
7532 data = malloc(send_size); in vrend_renderer_transfer_write_iov()
[all …]