Searched refs:rto_pending (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/sctp/
H A Dtransport.c490 if (unlikely(!tp->rto_pending))
491 /* We should not be doing any RTO updates unless rto_pending is set. */
492 pr_debug("%s: rto_pending not set on transport %p!\n", __func__, tp);
543 /* Reset rto_pending so that a new RTT measurement is started when a
546 tp->rto_pending = 0;
818 t->rto_pending = 0;
H A Dsm_sideeffect.c809 * If the transport's rto_pending variable has been cleared,
813 if (t->rto_pending == 0)
814 t->rto_pending = 1;
1717 t->rto_pending = 1;
H A Doutput.c486 !tp->rto_pending) {
488 tp->rto_pending = 1;
H A Doutqueue.c511 * anymore for RTT measurements. Reset rto_pending so
517 transport->rto_pending = 0;
/linux-master/include/net/sctp/
H A Dstructs.h787 __u32 rto_pending:1, member in struct:sctp_transport

Completed in 151 milliseconds