Searched refs:send_size (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 7596 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); 7599 (uint32_t) (data_list[i]->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))); 8063 chk->book_size = chk->send_size = (uint16_t)(to_move + SCTP_DATA_CHUNK_OVERHEAD(stcb)); 8143 asoc->out_tsnlog[asoc->tsn_out_at].sz = chk->send_size; 8157 dchkh->ch.chunk_length = htons(chk->send_size); 8170 ndchkh->ch.chunk_length = htons(chk->send_size); 8173 if (chk->send_size < SCTP_SIZE32(chk->book_size)) { 8178 pads = SCTP_SIZE32(chk->book_size) - chk->send_size; 8184 chk->send_size += pads; 8676 if ((chk->send_size < (int)(mtu - omtu)) || [all …]
|
D | sctp_indata.c | 868 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() 1346 asoc->size_on_reasm_queue -= chk->send_size; in sctp_add_chk_to_control() 1595 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 1622 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 2209 chk->send_size = the_len; in sctp_process_a_data_chunk() [all …]
|
D | sctputil.c | 457 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd() 477 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 3026 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 3031 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 3555 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed() 3556 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed() 3566 (chk->send_size >= chk_len) && in sctp_notify_send_failed() 3567 (chk->send_size - chk_len < 4)) { in sctp_notify_send_failed() 3568 padding_len = chk->send_size - chk_len; in sctp_notify_send_failed() 3569 payload_len = chk->send_size - chkhdr_len - padding_len; in sctp_notify_send_failed() [all …]
|
D | sctp_pcb.c | 7848 KASSERT(chk->send_size > 0, ("chunk has zero length")); 7849 if (asoc->size_on_reasm_queue >= chk->send_size) { 7850 asoc->size_on_reasm_queue -= chk->send_size; 7853 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); 7908 KASSERT(chk->send_size > 0, ("chunk has zero length")); 7909 if (asoc->size_on_reasm_queue >= chk->send_size) { 7910 asoc->size_on_reasm_queue -= chk->send_size; 7913 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size);
|
D | sctp_structs.h | 493 uint16_t send_size; member
|
D | sctp_uio.h | 851 uint32_t send_size; member
|
D | sctp_input.c | 3809 clen = chk->send_size; 4406 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); 4428 ch->chunk_length = htons(chk->send_size); 4429 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size);
|
D | sctp_timer.c | 679 stcb->asoc.peers_rwnd += chk->send_size;
|
D | sctp_cc_functions.c | 1416 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
|
D | sctp_usrreq.c | 212 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment() 217 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
|
/third_party/node/src/ |
D | node_report_utils.cc | 220 int send_size = 0; in WalkHandle() local 222 uv_send_buffer_size(h, &send_size); in WalkHandle() 224 writer->json_keyvalue("sendBufferSize", send_size); in WalkHandle()
|
/third_party/curl/lib/ |
D | smb.c | 577 smbc->send_size = len; in smb_send() 591 ssize_t len = smbc->send_size - smbc->sent; in smb_flush() 594 if(!smbc->send_size) in smb_flush() 606 smbc->send_size = 0; in smb_flush() 814 if(!smbc->send_size && smbc->upload_size) { in smb_send_and_recv() 825 smbc->send_size = nread; in smb_send_and_recv() 830 if(smbc->send_size) { in smb_send_and_recv() 837 if(smbc->send_size || smbc->upload_size) in smb_send_and_recv()
|
D | smb.h | 46 size_t send_size; member
|