Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c2675 struct sctp_rtoinfo *srto; local
5634 struct sctp_rtoinfo *srto; local
5641 if (srto->srto_initial)
5645 if (srto->srto_max)
5646 new_max = srto->srto_max;
5649 if (srto->srto_min)
5650 new_min = srto->srto_min;
5668 if (srto->srto_initial)
5672 if (srto->srto_max)
5673 new_max = srto->srto_max;
[all …]