Searched refs:ssthresh (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | sctp_cc_functions.c | 96 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 D | tcp_subr.c | 2491 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 D | sctp_sysctl.c | 541 xraddr.ssthresh = net->ssthresh; in sctp_sysctl_handle_assoclist()
|
| H A D | sctp_structs.h | 279 uint32_t ssthresh; /* not sure about this one for split */ member
|
| H A D | sctp_uio.h | 1237 uint32_t ssthresh; member
|
| H A D | sctp_timer.c | 789 (void *)lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
|
| H A D | sctp_input.c | 259 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
|
| /freebsd/contrib/netbsd-tests/net/route/ |
| H A D | t_route.sh | 236 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 D | t_change.sh | 129 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 D | cc_cubic.c | 421 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 D | keywords | 49 ssthresh
|