Searched refs:ssthresh (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/tests/net/route/ |
| D | t_change.sh | 136 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
|
| D | t_route.sh | 238 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/ |
| D | dccp_tcplike.c | 129 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()
|
| D | dccp_tcplike.h | 56 dccp_seq ssthresh; member
|
| D | sctp_timer.c | 319 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()
|
| D | sctp_indata.c | 3433 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 …]
|
| D | sctp_structs.h | 150 u_int32_t ssthresh; /* not sure about this one for split */ member
|
| D | sctp_input.c | 181 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()
|
| D | sctp_pcb.c | 2536 net->ssthresh = stcb->asoc.peers_rwnd; in sctp_add_remote_addr()
|
| D | sctp_output.c | 6996 if (net->ssthresh < net->cwnd) 6997 net->ssthresh = net->cwnd;
|
| /netbsd/src/sbin/route/ |
| D | keywords.sh | 52 ssthresh
|