Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_uio.h601 uint32_t srto_max; member
H A Dsctp_usrreq.c2675 srto->srto_max = stcb->asoc.maxrto;
2685 srto->srto_max = inp->sctp_ep.sctp_maxrto;
5622 if (srto->srto_max)
5623 new_max = srto->srto_max;
5649 if (srto->srto_max)
5650 new_max = srto->srto_max;
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c1278 rto_info.srto_max = 200; in set_sock_as_sctp()