Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c124 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
188 net->ssthresh = net->mtu; in sctp_cwnd_update_after_fr()
196 net->cwnd = net->ssthresh; in sctp_cwnd_update_after_fr()
1059 net->ssthresh = net->mtu; in sctp_cwnd_update_after_timeout()
1067 net->ssthresh = net->mtu; in sctp_cwnd_update_after_timeout()
1272 net->ssthresh = net->cwnd; in sctp_cwnd_update_after_output()
1652 net->cwnd = net->ssthresh; in sctp_hs_cwnd_decrease()
1657 net->cwnd = net->ssthresh; in sctp_hs_cwnd_decrease()
2107 return (net->ssthresh); in htcp_min_cwnd()
2309 net->ssthresh = net->mtu; in sctp_htcp_cwnd_update_after_ecn_echo()
[all …]
H A Dtcp_subr.c1964 uint32_t ssthresh; in tcp_discardcb() local
1976 ssthresh = tp->snd_ssthresh; in tcp_discardcb()
1977 if (ssthresh != 0 && ssthresh < so->so_snd.sb_hiwat / 2) { in tcp_discardcb()
1982 ssthresh = (ssthresh + tp->t_maxseg / 2) / tp->t_maxseg; in tcp_discardcb()
1983 if (ssthresh < 2) in tcp_discardcb()
1984 ssthresh = 2; in tcp_discardcb()
1985 ssthresh *= (tp->t_maxseg + in tcp_discardcb()
1996 ssthresh = 0; in tcp_discardcb()
1997 metrics.rmx_ssthresh = ssthresh; in tcp_discardcb()
H A Dsctp_sysctl.c509 xraddr.ssthresh = net->ssthresh; in sctp_sysctl_handle_assoclist()
H A Dsctp_structs.h262 uint32_t ssthresh; /* not sure about this one for split */ member
H A Dsctp_uio.h1232 uint32_t ssthresh; member
H A Dsctp_timer.c794 (void *)lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
H A Dsctp_input.c299 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.c456 uint32_t ssthresh; in cubic_ssthresh_update() local
476 ssthresh = cwnd >> 1; in cubic_ssthresh_update()
480 ssthresh = ((uint64_t)cwnd * in cubic_ssthresh_update()
483 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * maxseg); in cubic_ssthresh_update()
/f-stack/tools/route/
H A Dkeywords51 ssthresh
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1232 uint32_t ssthresh; member