Home
last modified time | relevance | path

Searched refs:maxrto (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c419 if (net->RTO > stcb->asoc.maxrto) {
420 net->RTO = stcb->asoc.maxrto;
Dsctp_structs.h1132 uint32_t maxrto; /* per assoc RTO-MAX */ member
Dsctp_indata.c4267 if (net->RTO > stcb->asoc.maxrto) {
4268 net->RTO = stcb->asoc.maxrto;
5053 if (net->RTO > stcb->asoc.maxrto) {
5054 net->RTO = stcb->asoc.maxrto;
Dsctputil.c1290 asoc->maxrto = inp->sctp_ep.sctp_maxrto; in sctp_init_asoc()
2523 if (stcb->asoc.maxrto < UINT32_MAX / 5) { in sctp_timer_start()
2524 to_ticks = sctp_msecs_to_ticks(5 * stcb->asoc.maxrto); in sctp_timer_start()
3146 if (new_rto > stcb->asoc.maxrto) { in sctp_calculate_rto()
3147 new_rto = stcb->asoc.maxrto; in sctp_calculate_rto()
Dsctp_usrreq.c3339 srto->srto_max = stcb->asoc.maxrto;
6469 new_max = stcb->asoc.maxrto;
6476 stcb->asoc.maxrto = new_max;