Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_cc_functions.c97 net->ssthresh = assoc->peers_rwnd; in sctp_set_initial_cc_param()
122 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()
174 net->ssthresh = (uint32_t) (((uint64_t) 4 * in sctp_cwnd_update_after_fr()
182 (net->ssthresh < net->cwnd - t_cwnd / 2)) { in sctp_cwnd_update_after_fr()
183 net->ssthresh = net->cwnd - t_cwnd / 2; in sctp_cwnd_update_after_fr()
185 if (net->ssthresh < net->mtu) { in sctp_cwnd_update_after_fr()
186 net->ssthresh = net->mtu; in sctp_cwnd_update_after_fr()
189 net->ssthresh = net->cwnd / 2; in sctp_cwnd_update_after_fr()
[all …]
Dtcp_subr.c1060 u_long ssthresh; in tcp_discardcb() local
1072 ssthresh = tp->snd_ssthresh; in tcp_discardcb()
1073 if (ssthresh != 0 && ssthresh < so->so_snd.sb_hiwat / 2) { in tcp_discardcb()
1078 ssthresh = (ssthresh + tp->t_maxseg / 2) / tp->t_maxseg; in tcp_discardcb()
1079 if (ssthresh < 2) in tcp_discardcb()
1080 ssthresh = 2; in tcp_discardcb()
1081 ssthresh *= (u_long)(tp->t_maxseg + in tcp_discardcb()
1092 ssthresh = 0; in tcp_discardcb()
1093 metrics.rmx_ssthresh = ssthresh; in tcp_discardcb()
Dsctp_sysctl.c514 xraddr.ssthresh = net->ssthresh; in sctp_sysctl_handle_assoclist()
Dsctp_structs.h264 uint32_t ssthresh; /* not sure about this one for split */ member
Dsctp_uio.h1239 uint32_t ssthresh; member
Dsctp_timer.c785 (void *)lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
Dsctp_input.c301 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
/freebsd-10-stable/contrib/netbsd-tests/net/route/
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
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-10-stable/sbin/route/
Dkeywords53 ssthresh