HomeSort by: relevance | last modified time | path
    Searched refs:ssthresh (Results 1 - 11 of 11) sorted by relevancy

  /src/sbin/route/
keywords.sh 52 ssthresh
  /src/sys/netinet/
dccp_tcplike.h 56 dccp_seq ssthresh; member in struct:tcplike_send_ccb
dccp_tcplike.c 129 cb->ssthresh = cb->cwnd >>1;
227 cb->ssthresh = 0xafff; /* lim-> infinity */
531 if (cb->cwnd < cb->ssthresh) {
540 cb->ssthresh = cb->cwnd;
549 } else if (cb->cwnd >= cb->ssthresh) {
557 cb->ssthresh = cb->cwnd;
sctp_timer.c 319 net->ssthresh = net->cwnd >> 1;
320 if (net->ssthresh < (net->mtu << 1)) {
321 net->ssthresh = (net->mtu << 1);
334 printf("collapse cwnd to 1MTU ssthresh to %d\n",
335 net->ssthresh);
655 printf("Net:%p c-f cwnd:%d ssthresh:%d\n",
656 lnets, lnets->cwnd, lnets->ssthresh);
sctp_structs.h 150 u_int32_t ssthresh; /* not sure about this one for split */ member in struct:sctp_nets
sctp_indata.c 3433 net->ssthresh = net->cwnd / 2;
3434 if (net->ssthresh < (net->mtu*2)) {
3435 net->ssthresh = 2 * net->mtu;
3437 net->cwnd = net->ssthresh;
3443 net->ssthresh = net->cwnd - (int)((net->cwnd / 100) *
3445 net->cwnd = net->ssthresh;
3908 if (net->cwnd <= net->ssthresh) {
4150 * need to do is adjust ssthresh and
4160 net->ssthresh = net->cwnd / 2;
4161 if (net->ssthresh < (net->mtu*2))
    [all...]
sctp_input.c 179 /* update any ssthresh's that may have a default */
181 lnet->ssthresh = asoc->peers_rwnd;
2265 net->ssthresh = net->cwnd / 2;
2266 if (net->ssthresh < net->mtu) {
2267 net->ssthresh = net->mtu;
2271 net->cwnd = net->ssthresh;
2981 net->ssthresh = net->cwnd - 1;
sctp_pcb.c 2536 net->ssthresh = stcb->asoc.peers_rwnd;
sctp_output.c 6996 if (net->ssthresh < net->cwnd)
6997 net->ssthresh = net->cwnd;
  /src/tests/net/route/
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
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

Completed in 32 milliseconds