/freebsd/sys/netinet/ |
H A D | sctp_output.c | 7113 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); in sctp_clean_up_datalist() 7116 (uint32_t)(data_list[i]->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))); in sctp_clean_up_datalist() 7537 chk->book_size = chk->send_size = (uint16_t)(to_move + SCTP_DATA_CHUNK_OVERHEAD(stcb)); in sctp_move_to_outqueue() 7614 asoc->out_tsnlog[asoc->tsn_out_at].sz = chk->send_size; in sctp_move_to_outqueue() 7628 dchkh->ch.chunk_length = htons(chk->send_size); in sctp_move_to_outqueue() 7641 ndchkh->ch.chunk_length = htons(chk->send_size); in sctp_move_to_outqueue() 7644 if (chk->send_size < SCTP_SIZE32(chk->book_size)) { in sctp_move_to_outqueue() 7649 pads = SCTP_SIZE32(chk->book_size) - chk->send_size; in sctp_move_to_outqueue() 7655 chk->send_size += pads; in sctp_move_to_outqueue() 8127 if ((chk->send_size < (int)(mtu - omtu)) || in sctp_med_chunk_output() [all …]
|
H A D | sctp_indata.c | 804 if (asoc->size_on_reasm_queue >= tchk->send_size) { in sctp_handle_old_unordered_data() 805 asoc->size_on_reasm_queue -= tchk->send_size; in sctp_handle_old_unordered_data() 808 …ize_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, tchk->send_size); in sctp_handle_old_unordered_data() 969 chk->send_size = control->length; in sctp_inject_old_unordered_data() 1007 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data() 1026 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data() 1297 asoc->size_on_reasm_queue -= chk->send_size; in sctp_add_chk_to_control() 1557 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 1588 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 2162 chk->send_size = the_len; in sctp_process_a_data_chunk() [all …]
|
H A D | sctputil.c | 430 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd() 450 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 3407 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed() 3408 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed() 3418 (chk->send_size >= chk_len) && in sctp_notify_send_failed() 3419 (chk->send_size - chk_len < 4)) { in sctp_notify_send_failed() 3420 padding_len = chk->send_size - chk_len; in sctp_notify_send_failed() 3421 payload_len = chk->send_size - chkhdr_len - padding_len; in sctp_notify_send_failed() 3465 if (chk->send_size == chkhdr_len + payload_len + padding_len) { in sctp_notify_send_failed() 3469 chk->send_size -= (chkhdr_len + padding_len); in sctp_notify_send_failed() [all …]
|
H A D | sctp_pcb.c | 6687 KASSERT(chk->send_size > 0, ("chunk has zero length")); in sctp_drain_mbufs() 6688 if (asoc->size_on_reasm_queue >= chk->send_size) { in sctp_drain_mbufs() 6689 asoc->size_on_reasm_queue -= chk->send_size; in sctp_drain_mbufs() 6692 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); in sctp_drain_mbufs() 6747 KASSERT(chk->send_size > 0, ("chunk has zero length")); in sctp_drain_mbufs() 6748 if (asoc->size_on_reasm_queue >= chk->send_size) { in sctp_drain_mbufs() 6749 asoc->size_on_reasm_queue -= chk->send_size; in sctp_drain_mbufs() 6752 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); in sctp_drain_mbufs()
|
H A D | sctp_structs.h | 453 uint16_t send_size; member
|
H A D | sctp_uio.h | 825 uint32_t send_size; member
|
H A D | sctp_input.c | 3387 clen = chk->send_size; in sctp_find_stream_reset() 3980 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); in sctp_handle_stream_reset() 4002 ch->chunk_length = htons(chk->send_size); in sctp_handle_stream_reset() 4003 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size); in sctp_handle_stream_reset()
|
H A D | sctp_timer.c | 676 stcb->asoc.peers_rwnd += chk->send_size; in sctp_mark_all_for_resend()
|
H A D | sctp_cc_functions.c | 1321 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
|
H A D | sctp_usrreq.c | 134 if (((uint32_t)chk->send_size + overhead) > mtu) { in sctp_pathmtu_adjustment() 139 if (((uint32_t)chk->send_size + overhead) > mtu) { in sctp_pathmtu_adjustment()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2434 static void MakeSpeedTestPacket(StreamString &packet, uint32_t send_size, in MakeSpeedTestPacket() argument 2438 uint32_t bytes_left = send_size; in MakeSpeedTestPacket() 2485 uint32_t send_size; in TestPacketSpeed() local 2488 for (send_size = 0; send_size <= max_send; in TestPacketSpeed() 2489 send_size ? send_size *= 2 : send_size = 4) { in TestPacketSpeed() 2492 MakeSpeedTestPacket(packet, send_size, recv_size); in TestPacketSpeed() 2517 result_idx > 0 ? "," : "", send_size, recv_size, in TestPacketSpeed() 2524 send_size, recv_size, duration<float>(total_time), in TestPacketSpeed() 2542 send_size = 0; in TestPacketSpeed() 2545 MakeSpeedTestPacket(packet, send_size, recv_size); in TestPacketSpeed() [all …]
|
H A D | GDBRemoteCommunicationClient.h | 299 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_cm.c | 491 int send_size = 0; in qlnxr_gsi_build_header() local 501 send_size = 0; in qlnxr_gsi_build_header() 503 send_size += swr->sg_list[i].length; in qlnxr_gsi_build_header() 513 rc = ib_ud_header_init(send_size, false /* LRH */, true /* ETH */, in qlnxr_gsi_build_header()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_qp.c | 2308 int send_size; in build_sriov_qp0_header() local 2316 send_size = 0; in build_sriov_qp0_header() 2319 send_size += wr->wr.sg_list[i].length; in build_sriov_qp0_header() 2324 send_size += sizeof (struct mlx4_ib_tunnel_header); in build_sriov_qp0_header() 2326 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, 0, 0, &sqp->ud_header); in build_sriov_qp0_header() 2437 int send_size; in build_mlx_header() local 2449 send_size = 0; in build_mlx_header() 2451 send_size += wr->wr.sg_list[i].length; in build_mlx_header() 2496 err = ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, in build_mlx_header()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 271 __sdpstats_seq_hist(seq, "send_size", send_size, 1); in sdpstats_seq_show()
|
H A D | sdp_tx.c | 80 SDPSTATS_HIST(send_size, mb->len); in sdp_post_send()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | cma.c | 1226 static int ucma_create_cqs(struct rdma_cm_id *id, uint32_t send_size, uint32_t recv_size) in ucma_create_cqs() argument 1239 if (send_size) { in ucma_create_cqs() 1244 id->send_cq = ibv_create_cq(id->verbs, send_size, in ucma_create_cqs()
|