Searched refs:ssthresh (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 87 net->ssthresh = assoc->peers_rwnd; in sctp_set_initial_cc_param() 114 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr() 146 net->ssthresh = (uint32_t)(((uint64_t)4 * in sctp_cwnd_update_after_fr() 148 (uint64_t)net->ssthresh) / in sctp_cwnd_update_after_fr() 161 net->ssthresh = (uint32_t) (((uint64_t)4 * in sctp_cwnd_update_after_fr() 169 (net->ssthresh < net->cwnd - t_cwnd / 2)) { in sctp_cwnd_update_after_fr() 170 net->ssthresh = net->cwnd - t_cwnd / 2; in sctp_cwnd_update_after_fr() 172 if (net->ssthresh < net->mtu) { in sctp_cwnd_update_after_fr() 173 net->ssthresh = net->mtu; in sctp_cwnd_update_after_fr() 176 net->ssthresh = net->cwnd / 2; in sctp_cwnd_update_after_fr() [all …]
|
D | sctp_structs.h | 311 uint32_t ssthresh; /* not sure about this one for split */ member
|
D | sctp_timer.c | 775 (void *)lnets, lnets->cwnd, lnets->ssthresh);
|
D | sctp_input.c | 321 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
|
/external/libnl/lib/route/ |
D | route_utils.c | 148 __ADD(RTAX_SSTHRESH, ssthresh)
|
/external/iproute2/misc/ |
D | ss.c | 447 int rto, ato, qack, cwnd, ssthresh; member 1227 &s.cwnd, &s.ssthresh, opt); in tcp_show_line() 1235 s.ssthresh = -1; in tcp_show_line() 1267 if (s.ssthresh != -1) in tcp_show_line() 1268 printf(" ssthresh:%d", s.ssthresh); in tcp_show_line()
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1300 \item \verb|ssthresh NUMBER|
|