Home
last modified time | relevance | path

Searched refs:ssthresh (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c87 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 …]
Dsctp_structs.h311 uint32_t ssthresh; /* not sure about this one for split */ member
Dsctp_timer.c775 (void *)lnets, lnets->cwnd, lnets->ssthresh);
Dsctp_input.c321 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
/external/libnl/lib/route/
Droute_utils.c148 __ADD(RTAX_SSTHRESH, ssthresh)
/external/iproute2/misc/
Dss.c447 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/
Dip-cref.tex1300 \item \verb|ssthresh NUMBER|