Searched refs:rto (Results 1 - 25 of 52) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dtransport.c75 peer->rto = msecs_to_jiffies(sctp_rto_initial);
191 jiffies + transport->rto))
355 tp->rto = tp->srtt + (tp->rttvar << 2);
360 if (tp->rto < tp->asoc->rto_min)
361 tp->rto = tp->asoc->rto_min;
366 if (tp->rto > tp->asoc->rto_max)
367 tp->rto = tp->asoc->rto_max;
377 "rttvar: %d, rto: %ld\n", __func__,
378 tp, rtt, tp->srtt, tp->rttvar, tp->rto);
604 timeout = t->rto
[all...]
H A Dsm_sideeffect.c518 transport->rto = min((transport->rto * 2), transport->asoc->rto_max);
694 * to re-enable it to properly update the rto.
743 asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = t->rto;
832 asoc->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = t->rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dtransport.c75 peer->rto = msecs_to_jiffies(sctp_rto_initial);
191 jiffies + transport->rto))
355 tp->rto = tp->srtt + (tp->rttvar << 2);
360 if (tp->rto < tp->asoc->rto_min)
361 tp->rto = tp->asoc->rto_min;
366 if (tp->rto > tp->asoc->rto_max)
367 tp->rto = tp->asoc->rto_max;
377 "rttvar: %d, rto: %ld\n", __func__,
378 tp, rtt, tp->srtt, tp->rttvar, tp->rto);
604 timeout = t->rto
[all...]
H A Dsm_sideeffect.c518 transport->rto = min((transport->rto * 2), transport->asoc->rto_max);
694 * to re-enable it to properly update the rto.
743 asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = t->rto;
832 asoc->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = t->rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/dccp/
H A Dminisocks.c55 const int rto = (icsk->icsk_rto << 2) - (icsk->icsk_rto >> 1); local
72 if (timeo < rto)
73 timeo = rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/dccp/
H A Dminisocks.c55 const int rto = (icsk->icsk_rto << 2) - (icsk->icsk_rto >> 1); local
72 if (timeo < rto)
73 timeo = rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h468 static inline __s32 sctp_jitter(__u32 rto) argument
474 if (!rto)
475 rto = 1;
481 /* Choose random number from 0 to rto, then move to -50% ~ +50%
482 * of rto.
484 ret = sctp_rand % rto - (rto >> 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/sctp/
H A Dsctp.h468 static inline __s32 sctp_jitter(__u32 rto) argument
474 if (!rto)
475 rto = 1;
481 /* Choose random number from 0 to rto, then move to -50% ~ +50%
482 * of rto.
484 ret = sctp_rand % rto - (rto >> 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dtcp_minisocks.c284 const int rto = (icsk->icsk_rto << 2) - (icsk->icsk_rto >> 1); local
331 if (timeo < rto)
332 timeo = rto;
335 tw->tw_timeout = rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dtcp_minisocks.c284 const int rto = (icsk->icsk_rto << 2) - (icsk->icsk_rto >> 1); local
331 if (timeo < rto)
332 timeo = rto;
335 tw->tw_timeout = rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_server/
H A Deap.c802 int rto, i; local
833 rto = 3;
835 rto *= 2;
836 if (rto >= 20) {
837 rto = 20;
844 rto, retransCount);
846 return rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server.c818 int rto, i; local
849 rto = 3;
851 rto *= 2;
852 if (rto >= 20) {
853 rto = 20;
860 rto, retransCount);
862 return rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_server/
H A Deap.c802 int rto, i; local
833 rto = 3;
835 rto *= 2;
836 if (rto >= 20) {
837 rto = 20;
844 rto, retransCount);
846 return rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server.c818 int rto, i; local
849 rto = 3;
851 rto *= 2;
852 if (rto >= 20) {
853 rto = 20;
860 rto, retransCount);
862 return rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_server/
H A Deap.c802 int rto, i; local
833 rto = 3;
835 rto *= 2;
836 if (rto >= 20) {
837 rto = 20;
844 rto, retransCount);
846 return rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server.c818 int rto, i; local
849 rto = 3;
851 rto *= 2;
852 if (rto >= 20) {
853 rto = 20;
860 rto, retransCount);
862 return rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/odhcp6c/src/
H A Ddhcpv6.c540 int64_t rto = 0; local
543 if (rto == 0) {
550 rto = (retx->init_timeo * 1000 + delay);
553 rto = (2 * rto + dhcpv6_rand_delay(rto));
555 if (retx->max_timeo && (rto >= retx->max_timeo * 1000))
556 rto = retx->max_timeo * 1000 +
560 uint64_t round_end = round_start + rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/odhcp6c/src/
H A Ddhcpv6.c540 int64_t rto = 0; local
543 if (rto == 0) {
550 rto = (retx->init_timeo * 1000 + delay);
553 rto = (2 * rto + dhcpv6_rand_delay(rto));
555 if (retx->max_timeo && (rto >= retx->max_timeo * 1000))
556 rto = retx->max_timeo * 1000 +
560 uint64_t round_end = round_start + rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/odhcp6c/src/
H A Ddhcpv6.c540 int64_t rto = 0; local
543 if (rto == 0) {
550 rto = (retx->init_timeo * 1000 + delay);
553 rto = (2 * rto + dhcpv6_rand_delay(rto));
555 if (retx->max_timeo && (rto >= retx->max_timeo * 1000))
556 rto = retx->max_timeo * 1000 +
560 uint64_t round_end = round_start + rto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx23885/
H A Dcx23888-ir.c552 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; local
556 rto = stats & STATS_RTO; /* Rx Pulse Width Timer Time Out */
567 rto ? "rto" : " ", ror ? "ror" : " ",
600 if ((rse && rsr) || (rte && rto)) {
641 if (rte && rto) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-ir.c507 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; local
528 rto = stats & STATS_RTO; /* Rx Pulse Width Timer Time Out */
538 rto ? "rto" : " ", ror ? "ror" : " ",
571 if ((rse && rsr) || (rte && rto)) {
612 if (rte && rto) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23888-ir.c552 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; local
556 rto = stats & STATS_RTO; /* Rx Pulse Width Timer Time Out */
567 rto ? "rto" : " ", ror ? "ror" : " ",
600 if ((rse && rsr) || (rte && rto)) {
641 if (rte && rto) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c507 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; local
528 rto = stats & STATS_RTO; /* Rx Pulse Width Timer Time Out */
538 rto ? "rto" : " ", ror ? "ror" : " ",
571 if ((rse && rsr) || (rte && rto)) {
612 if (rte && rto) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dtcp.h1018 const int rto = inet_csk(sk)->icsk_rto; local
1020 if (fin_timeout < (rto << 2) - (rto >> 1))
1021 fin_timeout = (rto << 2) - (rto >> 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dtcp.h1018 const int rto = inet_csk(sk)->icsk_rto; local
1020 if (fin_timeout < (rto << 2) - (rto >> 1))
1021 fin_timeout = (rto << 2) - (rto >> 1);

Completed in 389 milliseconds

123