Home
last modified time | relevance | path

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

/netbsd/src/tests/net/route/
Dt_change.sh136 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
155 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
203 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
222 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
289 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
Dt_route.sh238 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
254 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
288 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
313 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
328 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
344 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
362 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
/netbsd/src/sys/netinet/
Ddccp_tcplike.c129 cb->ssthresh = cb->cwnd >>1; in tcplike_rto_timeout()
227 cb->ssthresh = 0xafff; /* lim-> infinity */ in tcplike_send_init()
531 if (cb->cwnd < cb->ssthresh) { in tcplike_send_packet_recv()
540 cb->ssthresh = cb->cwnd; in tcplike_send_packet_recv()
549 } else if (cb->cwnd >= cb->ssthresh) { in tcplike_send_packet_recv()
557 cb->ssthresh = cb->cwnd; in tcplike_send_packet_recv()
Ddccp_tcplike.h56 dccp_seq ssthresh; member
Dsctp_timer.c319 net->ssthresh = net->cwnd >> 1; in sctp_backoff_on_timeout()
320 if (net->ssthresh < (net->mtu << 1)) { in sctp_backoff_on_timeout()
321 net->ssthresh = (net->mtu << 1); in sctp_backoff_on_timeout()
335 net->ssthresh); in sctp_backoff_on_timeout()
656 lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
Dsctp_indata.c3433 net->ssthresh = net->cwnd / 2; in sctp_hs_cwnd_decrease()
3434 if (net->ssthresh < (net->mtu*2)) { in sctp_hs_cwnd_decrease()
3435 net->ssthresh = 2 * net->mtu; in sctp_hs_cwnd_decrease()
3437 net->cwnd = net->ssthresh; in sctp_hs_cwnd_decrease()
3443 net->ssthresh = net->cwnd - (int)((net->cwnd / 100) * in sctp_hs_cwnd_decrease()
3445 net->cwnd = net->ssthresh; in sctp_hs_cwnd_decrease()
3908 if (net->cwnd <= net->ssthresh) { in sctp_handle_sack()
4160 net->ssthresh = net->cwnd / 2; in sctp_handle_sack()
4161 if (net->ssthresh < (net->mtu*2)) { in sctp_handle_sack()
4162 net->ssthresh = 2 * net->mtu; in sctp_handle_sack()
[all …]
Dsctp_structs.h150 u_int32_t ssthresh; /* not sure about this one for split */ member
Dsctp_input.c181 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
2265 net->ssthresh = net->cwnd / 2; in sctp_handle_ecn_echo()
2266 if (net->ssthresh < net->mtu) { in sctp_handle_ecn_echo()
2267 net->ssthresh = net->mtu; in sctp_handle_ecn_echo()
2271 net->cwnd = net->ssthresh; in sctp_handle_ecn_echo()
2981 net->ssthresh = net->cwnd - 1; in sctp_handle_packet_dropped()
Dsctp_pcb.c2536 net->ssthresh = stcb->asoc.peers_rwnd; in sctp_add_remote_addr()
Dsctp_output.c6996 if (net->ssthresh < net->cwnd)
6997 net->ssthresh = net->cwnd;
/netbsd/src/sbin/route/
Dkeywords.sh52 ssthresh