Home
last modified time | relevance | path

Searched refs:srtt (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dsctp_cc_functions.c146 uint32_t srtt; in sctp_cwnd_update_after_fr() local
148 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() local
689 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 …]
/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dadb.h222 unsigned int srtt; /*%< [rw] microseconds */ member
/freebsd-9-stable/contrib/bind9/lib/dns/
Dadb.c253 unsigned int srtt; member
1798 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 …]
Dresolver.c941 rtt = query->addrinfo->srtt + 200000; in fctx_cancelquery()
1587 unsigned int srtt; in fctx_query() local
1594 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 …]