Searched refs:srtt (Results 1 – 4 of 4) sorted by relevance
146 uint32_t srtt; in sctp_cwnd_update_after_fr() local148 srtt = net->lastsa; in sctp_cwnd_update_after_fr()153 if (srtt == 0) { in sctp_cwnd_update_after_fr()154 srtt = 1; in sctp_cwnd_update_after_fr()163 ((uint64_t) srtt * in sctp_cwnd_update_after_fr()672 uint32_t srtt; in sctp_cwnd_update_after_sack_common() local689 srtt = net->lastsa; in sctp_cwnd_update_after_sack_common()690 if (srtt > 0) { in sctp_cwnd_update_after_sack_common()693 t_ucwnd_sbw += (uint64_t) net->cwnd / (uint64_t) srtt; in sctp_cwnd_update_after_sack_common()695 (((uint64_t) net->mtu) * (uint64_t) srtt); in sctp_cwnd_update_after_sack_common()[all …]
222 unsigned int srtt; /*%< [rw] microseconds */ member
253 unsigned int srtt; member1798 e->srtt = (r & 0x1f) + 1; in new_adbentry()1965 ai->srtt = entry->srtt; in new_adbaddrinfo()3496 addrbuf, entry->srtt, entry->flags); in dump_entry()3564 ai->entry, ai->flags, ai->srtt, tmpp); in dns_adb_dumpfind()4111 new_srtt = addr->entry->srtt; in adjustsrtt()4113 new_srtt -= addr->entry->srtt; in adjustsrtt()4117 new_srtt = addr->entry->srtt; in adjustsrtt()4119 new_srtt = (addr->entry->srtt / 10 * factor) in adjustsrtt()4123 addr->entry->srtt = (unsigned int) new_srtt; in adjustsrtt()[all …]
941 rtt = query->addrinfo->srtt + 200000; in fctx_cancelquery()1587 unsigned int srtt; in fctx_query() local1594 srtt = addrinfo->srtt; in fctx_query()1600 if (ISFORWARDER(addrinfo) && srtt < 1000000) in fctx_query()1601 srtt = 1000000; in fctx_query()1603 fctx_setretryinterval(fctx, srtt); in fctx_query()2682 if (curr->srtt < best->srtt) in sort_adbfind()2717 if (addrinfo->srtt < bestaddrinfo->srtt) { in sort_finds()2979 while (cur != NULL && cur->srtt < ai->srtt) in fctx_getaddresses()3082 while (cur != NULL && cur->srtt < ai->srtt) in fctx_getaddresses()[all …]