Searched refs:cwnd (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 69 net->cwnd = min((net->mtu * 4), max((2 * net->mtu), SCTP_INITIAL_CWND)); in sctp_set_initial_cc_param() 77 net->cwnd = (net->mtu - sizeof(struct sctphdr)) * cwnd_in_mtu; in sctp_set_initial_cc_param() 82 net->cwnd /= assoc->numnets; in sctp_set_initial_cc_param() 83 if (net->cwnd < (net->mtu - sizeof(struct sctphdr))) { in sctp_set_initial_cc_param() 84 net->cwnd = net->mtu - sizeof(struct sctphdr); in sctp_set_initial_cc_param() 89 SDT_PROBE(sctp, cwnd, net, init, in sctp_set_initial_cc_param() 91 0, net->cwnd); in sctp_set_initial_cc_param() 115 t_cwnd += net->cwnd; in sctp_cwnd_update_after_fr() 117 t_ucwnd_sbw += (uint64_t)net->cwnd / (uint64_t)net->lastsa; in sctp_cwnd_update_after_fr() 141 int old_cwnd = net->cwnd; in sctp_cwnd_update_after_fr() [all …]
|
D | sctp_timer.c | 252 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net() 254 max_cwnd = mnet->cwnd; in sctp_find_alternate_net() 255 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net() 272 max_cwnd = mnet->cwnd; /* Useless? */ in sctp_find_alternate_net() 295 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net() 297 max_cwnd = mnet->cwnd; in sctp_find_alternate_net() 298 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net() 316 max_cwnd = mnet->cwnd; in sctp_find_alternate_net() 501 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); 646 chk->whoTo->cwnd -= chk->book_size; [all …]
|
D | sctputil.c | 323 sctp_clog.x.cwnd.net = net; in sctp_log_cwnd() 325 sctp_clog.x.cwnd.cnt_in_send = 255; in sctp_log_cwnd() 327 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_cwnd() 329 sctp_clog.x.cwnd.cnt_in_str = 255; in sctp_log_cwnd() 331 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_cwnd() 334 sctp_clog.x.cwnd.cwnd_new_value = net->cwnd; in sctp_log_cwnd() 335 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 336 sctp_clog.x.cwnd.pseudo_cumack = net->pseudo_cumack; in sctp_log_cwnd() 337 sctp_clog.x.cwnd.meets_pseudo_cumack = net->new_pseudo_cumack; in sctp_log_cwnd() 338 sctp_clog.x.cwnd.need_new_pseudo_cumack = net->find_pseudo_cumack; in sctp_log_cwnd() [all …]
|
D | sctp_uio.h | 922 struct sctp_cwnd_args cwnd; member 1249 uint32_t cwnd; /* */ member
|
D | sctp_indata.c | 2779 tp1->whoTo->cwnd -= tp1->book_size; in sctp_process_segment_range() 2925 tp1->whoTo->cwnd += tp1->book_size; in sctp_check_for_revoked() 3600 net->prev_cwnd = net->cwnd; 3739 tp1->whoTo->cwnd -= tp1->book_size; 4279 net->prev_cwnd = net->cwnd; 4402 tp1->whoTo->cwnd -= tp1->book_size; 4629 tp1->whoTo->cwnd += tp1->book_size;
|
D | sctp_structs.h | 339 uint32_t cwnd; /* actual cwnd */ member
|
D | sctp_sysctl.c | 597 xraddr.cwnd = net->cwnd;
|
D | sctp_output.c | 7201 data_list[i]->rec.data.cwnd_at_send = net->cwnd; 8172 if (net->flight_size >= net->cwnd) { 8238 (net->flight_size >= net->cwnd)) { 8797 if (net->flight_size >= net->cwnd) { 8872 if (net->flight_size >= net->cwnd) { 9897 if (net->flight_size >= net->cwnd) { 10090 data_list[i]->whoTo->cwnd -= data_list[i]->book_size; 10374 if ((net->flight_size + (asoc->max_burst * net->mtu)) < net->cwnd) { 13838 if ((net->flight_size > net->cwnd) && 14129 if ((net->flight_size > net->cwnd) &&
|
D | sctp_usrreq.c | 3188 paddri->spinfo_cwnd = net->cwnd; 3277 sstat->sstat_primary.spinfo_cwnd = net->cwnd;
|
/external/chromium_org/net/quic/congestion_control/ |
D | send_algorithm_simulator.cc | 254 QuicByteCount cwnd = send_algorithm_->GetCongestionWindow(); in RecordStats() local 255 max_cwnd_ = max(max_cwnd_, cwnd); in RecordStats() 256 min_cwnd_ = min(min_cwnd_, cwnd); in RecordStats() 257 if (last_cwnd_ > cwnd) { in RecordStats() 258 max_cwnd_drop_ = max(max_cwnd_drop_, last_cwnd_ - cwnd); in RecordStats() 260 last_cwnd_ = cwnd; in RecordStats()
|
/external/libnl/lib/route/ |
D | route_utils.c | 149 __ADD(RTAX_CWND, cwnd)
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | pseudotcp.cc | 1048 uint32 cwnd = m_cwnd; in attemptSend() local 1050 cwnd += m_dup_acks * m_mss; in attemptSend() 1052 uint32 nWindow = talk_base::_min(m_snd_wnd, cwnd); in attemptSend()
|
/external/iproute2/misc/ |
D | ss.c | 447 int rto, ato, qack, cwnd, ssthresh; member 1227 &s.cwnd, &s.ssthresh, opt); in tcp_show_line() 1234 s.cwnd = 2; in tcp_show_line() 1265 if (s.cwnd != 2) in tcp_show_line() 1266 printf(" cwnd:%d", s.cwnd); in tcp_show_line()
|
/external/chromium_org/net/spdy/ |
D | spdy_session.cc | 2663 uint32 cwnd = (it != server_settings_map.end()) ? it->second.second : 0; in SendInitialData() local 2664 UMA_HISTOGRAM_CUSTOM_COUNTS("Net.SpdySettingsCwndSent", cwnd, 1, 200, 100); in SendInitialData()
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1305 \item \verb|cwnd NUMBER|
|