Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c96 net->ssthresh = assoc->peers_rwnd; in sctp_set_initial_cc_param()
121 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
153 net->ssthresh = (uint32_t)(((uint64_t)4 * in sctp_cwnd_update_after_fr()
155 (uint64_t)net->ssthresh) / in sctp_cwnd_update_after_fr()
173 net->ssthresh = (uint32_t)(((uint64_t)4 * in sctp_cwnd_update_after_fr()
181 (net->ssthresh < net->cwnd - t_cwnd / 2)) { in sctp_cwnd_update_after_fr()
182 net->ssthresh = net->cwnd - t_cwnd / 2; in sctp_cwnd_update_after_fr()
184 if (net->ssthresh < net->mtu) { in sctp_cwnd_update_after_fr()
185 net->ssthresh = net->mtu; in sctp_cwnd_update_after_fr()
188 net->ssthresh = net->cwnd / 2; in sctp_cwnd_update_after_fr()
[all …]
H A Dtcp_subr.c2491 uint32_t ssthresh; in tcp_discardcb() local
2500 ssthresh = tp->snd_ssthresh; in tcp_discardcb()
2501 if (ssthresh != 0 && ssthresh < so->so_snd.sb_hiwat / 2) { in tcp_discardcb()
2506 ssthresh = (ssthresh + tp->t_maxseg / 2) / tp->t_maxseg; in tcp_discardcb()
2507 if (ssthresh < 2) in tcp_discardcb()
2508 ssthresh = 2; in tcp_discardcb()
2509 ssthresh *= (tp->t_maxseg + in tcp_discardcb()
2520 ssthresh = 0; in tcp_discardcb()
2521 metrics.hc_ssthresh = ssthresh; in tcp_discardcb()
H A Dsctp_sysctl.c541 xraddr.ssthresh = net->ssthresh; in sctp_sysctl_handle_assoclist()
H A Dsctp_structs.h279 uint32_t ssthresh; /* not sure about this one for split */ member
H A Dsctp_uio.h1237 uint32_t ssthresh; member
H A Dsctp_timer.c789 (void *)lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
H A Dsctp_input.c259 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
/freebsd/contrib/netbsd-tests/net/route/
H A Dt_route.sh236 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
252 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
268 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
286 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
311 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
326 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
342 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
360 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
H A Dt_change.sh129 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
148 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
196 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
215 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
263 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
282 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
/freebsd/sys/netinet/cc/
H A Dcc_cubic.c421 uint32_t mss, pipe, ssthresh; in cubic_cong_signal() local
436 ssthresh = cubic_get_ssthresh(ccv, mss); in cubic_cong_signal()
437 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * mss); in cubic_cong_signal()
456 ssthresh = cubic_get_ssthresh(ccv, mss); in cubic_cong_signal()
457 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * mss); in cubic_cong_signal()
458 CCV(ccv, snd_cwnd) = max(ssthresh, mss); in cubic_cong_signal()
/freebsd/sbin/route/
H A Dkeywords49 ssthresh