Home
last modified time | relevance | path

Searched refs:RTO (Results 1 – 10 of 10) sorted by relevance

/src/sys/netinet/ !
H A Dsctp_timer.c414 if (net->RTO == 0) { in sctp_backoff_on_timeout()
416 net->RTO = stcb->asoc.minrto; in sctp_backoff_on_timeout()
418 net->RTO = stcb->asoc.initial_rto; in sctp_backoff_on_timeout()
421 net->RTO <<= 1; in sctp_backoff_on_timeout()
422 if (net->RTO > stcb->asoc.maxrto) { in sctp_backoff_on_timeout()
423 net->RTO = stcb->asoc.maxrto; in sctp_backoff_on_timeout()
860 if ((ms_goneby > net->RTO) || (net->RTO == 0)) { in sctp_t3rxt_timer()
1024 if (stcb->asoc.initial_init_rto_max < net->RTO) { in sctp_t1init_timer()
1025 net->RTO = stcb->asoc.initial_init_rto_max; in sctp_t1init_timer()
H A Dsctputil.c2206 if (net->RTO == 0) { in sctp_timer_start()
2209 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start()
2226 if (net->RTO == 0) { in sctp_timer_start()
2229 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start()
2259 if (net->RTO == 0) { in sctp_timer_start()
2262 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start()
2287 if (net->RTO == 0) { in sctp_timer_start()
2290 to_ticks = net->RTO; in sctp_timer_start()
2332 if (net->RTO == 0) { in sctp_timer_start()
2335 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start()
[all …]
H A Dsctp_indata.c4172 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_express_handle_sack()
4173 if (net->RTO < stcb->asoc.minrto) { in sctp_express_handle_sack()
4174 net->RTO = stcb->asoc.minrto; in sctp_express_handle_sack()
4176 if (net->RTO > stcb->asoc.maxrto) { in sctp_express_handle_sack()
4177 net->RTO = stcb->asoc.maxrto; in sctp_express_handle_sack()
4917 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_handle_sack()
4918 if (net->RTO < stcb->asoc.minrto) { in sctp_handle_sack()
4919 net->RTO = stcb->asoc.minrto; in sctp_handle_sack()
4921 if (net->RTO > stcb->asoc.maxrto) { in sctp_handle_sack()
4922 net->RTO = stcb->asoc.maxrto; in sctp_handle_sack()
H A Dsctp_structs.h288 uint32_t RTO; member
H A Dsctp_asconf.c1050 SCTPDBG(SCTP_DEBUG_ASCONF1, "net_immediate_retrans: RTO is %d\n", net->RTO); in sctp_net_immediate_retrans()
1406 net->RTO = 0; in sctp_asconf_queue_add()
2217 net->RTO = 0; in sctp_asconf_iterator_stcb()
H A Dsctp_cc_functions.c1126 net->RTO <<= 1; in sctp_cwnd_update_after_ecn_echo_common()
2306 net->RTO <<= 1; in sctp_htcp_cwnd_update_after_ecn_echo()
H A Dsctp_sysctl.c532 xraddr.rto = net->RTO; in sctp_sysctl_handle_assoclist()
H A Dsctp_usrreq.c2556 paddri->spinfo_rto = net->RTO;
2642 sstat->sstat_primary.spinfo_rto = net->RTO;
H A Dsctp_pcb.c3777 net->RTO = 0; in sctp_add_remote_addr()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/ !
H A DREADME_P9.txt253 because according to PowerISA_V3.0, these instructions perform RTO on