Searched refs:ssthresh (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_cc_functions.c | 97 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 …]
|
| D | tcp_subr.c | 1060 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()
|
| D | sctp_sysctl.c | 514 xraddr.ssthresh = net->ssthresh; in sctp_sysctl_handle_assoclist()
|
| D | sctp_structs.h | 264 uint32_t ssthresh; /* not sure about this one for split */ member
|
| D | sctp_uio.h | 1239 uint32_t ssthresh; member
|
| D | sctp_timer.c | 785 (void *)lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
|
| D | sctp_input.c | 301 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
|
| /freebsd-10-stable/contrib/netbsd-tests/net/route/ |
| 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
|
| 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-10-stable/sbin/route/ |
| D | keywords | 53 ssthresh
|