HomeSort by relevance Sort by last modified time
    Searched refs:RTO (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 403 if (net->RTO == 0) {
404 net->RTO = stcb->asoc.minrto;
406 net->RTO <<= 1;
407 if (net->RTO > stcb->asoc.maxrto) {
408 net->RTO = stcb->asoc.maxrto;
494 /* get cur rto in micro-seconds */
516 * to account for the RTO. We just let the lower seconds be
838 /* send a immediate HB if our RTO is stale */
849 if ((ms_goneby > net->RTO) || (net->RTO == 0))
    [all...]
sctp_indata.c     [all...]
sctputil.c 139 sctp_clog.x.rto.net = (void *) net;
140 sctp_clog.x.rto.rtt = net->rtt / 1000;
    [all...]
sctp_asconf.c     [all...]
sctp_structs.h 316 /* smoothed average things for RTT and RTO itself */
320 unsigned int RTO;
    [all...]
sctp_input.c 546 /* calculate the RTO */
547 net->RTO = sctp_calculate_rto(stcb, asoc, net, &asoc->time_entered, sctp_align_safe_nocopy,
693 /* Now lets do a RTO with this */
694 r_net->RTO = sctp_calculate_rto(stcb, &stcb->asoc, r_net, &tv, sctp_align_safe_nocopy,
    [all...]
sctp_cc_functions.c     [all...]
sctp_sysctl.c 610 xraddr.rto = net->RTO;
    [all...]
sctp_usrreq.c     [all...]
sctp_pcb.c     [all...]
  /external/qemu/disas/
ppc.c 750 #define RTO RSO
    [all...]
  /external/chromium_org/net/quic/
quic_connection_test.cc     [all...]

Completed in 851 milliseconds