| /NextBSD/lib/libmach/mach/ |
| HD | mach_msg.c | 67 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) in mach_msg() argument 70 mach_msg_size_t send_size; 91 send_size, rcv_size, rcv_name, 100 send_size, rcv_size, rcv_name, 114 mach_msg_overwrite(msg, option, send_size, rcv_limit, rcv_name, timeout, in mach_msg_overwrite() argument 118 mach_msg_size_t send_size; 141 send_size, rcv_limit, rcv_name, 150 send_size, rcv_limit, rcv_name,
|
| /NextBSD/sys/sys/mach/ |
| HD | ipc_mig.h | 148 mach_msg_size_t send_size); 155 mach_msg_size_t send_size, 163 mach_msg_size_t send_size, 170 mach_msg_size_t send_size,
|
| HD | message.h | 819 mach_msg_size_t send_size, 830 mach_msg_size_t send_size, 841 mach_msg_size_t send_size, 850 mach_msg_size_t send_size,
|
| HD | mach_traps.h | 96 mach_msg_size_t send_size, 105 mach_msg_size_t send_size, 384 PAD_ARG_(mach_msg_size_t, send_size);
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | mach_msg.c | 185 mach_msg_size_t send_size, 252 mach_msg_size_t send_size, in mach_msg_send() argument 261 mr = ipc_kmsg_get(msg, send_size, &kmsg, space); in mach_msg_send() 436 mach_msg_size_t send_size, in mach_msg_overwrite_trap() argument 447 mr = mach_msg_send(msg, option, send_size, in mach_msg_overwrite_trap()
|
| HD | ipc_kmsg.c | 2694 mach_msg_size_t send_size; in ipc_kmsg_copyout_size() local 2696 send_size = kmsg->ikm_header->msgh_size; in ipc_kmsg_copyout_size() 2704 send_size -= LEGACY_HEADER_SIZE_DELTA; in ipc_kmsg_copyout_size() 2707 is_task_64bit, send_size, kmsg->ikm_header->msgh_bits, LEGACY_HEADER_SIZE_DELTA)); in ipc_kmsg_copyout_size() 2723 send_size -= DESC_SIZE_ADJUSTMENT; in ipc_kmsg_copyout_size() 2726 send_size -= DESC_SIZE_ADJUSTMENT; in ipc_kmsg_copyout_size() 2733 return send_size; in ipc_kmsg_copyout_size()
|
| /NextBSD/sys/netinet/ |
| HD | sctp_output.c | 6980 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); in sctp_clean_up_datalist() 6983 (uint32_t) (data_list[i]->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))); in sctp_clean_up_datalist() 7470 chk->book_size = chk->send_size = (to_move + sizeof(struct sctp_data_chunk)); in sctp_move_to_outqueue() 7524 asoc->out_tsnlog[asoc->tsn_out_at].sz = chk->send_size; in sctp_move_to_outqueue() 7538 dchkh->ch.chunk_length = htons(chk->send_size); in sctp_move_to_outqueue() 7540 if (chk->send_size < SCTP_SIZE32(chk->book_size)) { in sctp_move_to_outqueue() 7545 pads = SCTP_SIZE32(chk->book_size) - chk->send_size; in sctp_move_to_outqueue() 7551 chk->send_size += pads; in sctp_move_to_outqueue() 8049 if ((chk->send_size < (int)(mtu - omtu)) || in sctp_med_chunk_output() 8078 chk->send_size, chk->copy_by_ref); in sctp_med_chunk_output() [all …]
|
| HD | sctp_indata.c | 389 asoc->size_on_reasm_queue -= chk->send_size; in sctp_service_reassembly() 500 asoc->size_on_reasm_queue -= chk->send_size; in sctp_service_reassembly() 772 *t_size += chk->send_size; in sctp_is_all_msg_on_reasm() 871 asoc->size_on_reasm_queue = chk->send_size; in sctp_queue_data_for_reasm() 960 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 988 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 1684 chk->send_size = the_len; in sctp_process_a_data_chunk() 2701 tp1->whoTo->net_ack += tp1->send_size; in sctp_process_segment_range() 2706 tp1->whoTo->net_ack2 += tp1->send_size; in sctp_process_segment_range() 3227 asoc->peers_rwnd, tp1->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); in sctp_strike_gap_ack_chunks() [all …]
|
| HD | sctputil.c | 399 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd() 417 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 2409 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 2414 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 2934 length += chk->send_size; in sctp_notify_send_failed() 2955 length += chk->send_size; in sctp_notify_send_failed() 2974 if (chk->send_size >= sizeof(struct sctp_data_chunk)) { in sctp_notify_send_failed() 2977 chk->send_size -= sizeof(struct sctp_data_chunk); in sctp_notify_send_failed() 4836 stcb->asoc.peers_rwnd += tp1->send_size; in sctp_release_pr_sctp_chunk()
|
| HD | sctp_structs.h | 441 uint16_t send_size; member
|
| HD | sctp_uio.h | 822 uint32_t send_size; member
|
| HD | sctp_timer.c | 670 stcb->asoc.peers_rwnd += chk->send_size; in sctp_mark_all_for_resend()
|
| HD | sctp_input.c | 3567 clen = chk->send_size; in sctp_find_stream_reset() 4162 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); in sctp_handle_stream_reset() 4184 ch->chunk_length = htons(chk->send_size); in sctp_handle_stream_reset() 4185 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size); in sctp_handle_stream_reset()
|
| HD | sctp_cc_functions.c | 1323 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
|
| HD | sctp_usrreq.c | 114 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment() 119 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
|
| HD | sctp_pcb.c | 6846 asoc->size_on_reasm_queue = sctp_sbspace_sub(asoc->size_on_reasm_queue, chk->send_size); in sctp_drain_mbufs()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.cpp | 3129 MakeSpeedTestPacket(StreamString &packet, uint32_t send_size, uint32_t recv_size) in MakeSpeedTestPacket() argument 3133 uint32_t bytes_left = send_size; in MakeSpeedTestPacket() 3180 uint32_t send_size; in TestPacketSpeed() local 3183 for (send_size = 0; send_size <= max_send; send_size ? send_size *= 2 : send_size = 4) in TestPacketSpeed() 3187 MakeSpeedTestPacket (packet, send_size, recv_size); in TestPacketSpeed() 3210 …standard_deviation_nsec\" : %9" PRIu64 " }", result_idx > 0 ? "," : "", send_size, recv_size, tota… in TestPacketSpeed() 3216 send_size, in TestPacketSpeed() 3236 send_size = 0; in TestPacketSpeed() 3240 MakeSpeedTestPacket (packet, send_size, recv_size); in TestPacketSpeed() 3264 …2 ", \"total_time_nsec\" : %12" PRIu64 " }", result_idx > 0 ? "," : "", send_size, recv_size, tota… in TestPacketSpeed() [all …]
|
| HD | GDBRemoteCommunicationClient.h | 417 SendSpeedTestPacket (uint32_t send_size,
|
| /NextBSD/sys/netinet6/ |
| HD | sctp6_usrreq.c | 232 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) { in sctp6_notify_mbuf() 237 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) { in sctp6_notify_mbuf() 252 stcb->asoc.total_flight -= chk->send_size; in sctp6_notify_mbuf() 253 net->flight_size -= chk->send_size; in sctp6_notify_mbuf()
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_traps.c | 107 uap->msg, uap->option, uap->send_size, uap->rcv_size, in sys_mach_msg_overwrite_trap()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | qp.c | 2413 int send_size; in build_sriov_qp0_header() local 2421 send_size = 0; in build_sriov_qp0_header() 2424 send_size += wr->sg_list[i].length; in build_sriov_qp0_header() 2429 send_size += sizeof (struct mlx4_ib_tunnel_header); in build_sriov_qp0_header() 2431 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, &sqp->ud_header); in build_sriov_qp0_header() 2520 int send_size; in build_mlx_header() local 2530 send_size = 0; in build_mlx_header() 2532 send_size += wr->sg_list[i].length; in build_mlx_header() 2559 ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, 0, &sqp->ud_header); in build_mlx_header()
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_proc.c | 270 __sdpstats_seq_hist(seq, "send_size", send_size, 1); in sdpstats_seq_show()
|
| HD | sdp_tx.c | 78 SDPSTATS_HIST(send_size, mb->len); in sdp_post_send()
|
| /NextBSD/sys/kern/ |
| HD | systrace_args.c | 3586 iarg[2] = p->send_size; /* mach_msg_size_t */ in systrace_args() 3599 iarg[2] = p->send_size; /* mach_msg_size_t */ in systrace_args()
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 1937 …char send_size_l_[PADL_(mach_msg_size_t)]; mach_msg_size_t send_size; char send_size_r_[PADR_(mach… member 1946 …char send_size_l_[PADL_(mach_msg_size_t)]; mach_msg_size_t send_size; char send_size_r_[PADR_(mach… member
|