Searched refs:srto_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dsctp_uio.h601 uint32_t srto_max; member in struct:sctp_rtoinfo
H A Dsctp_usrreq.c2646 srto->srto_max = stcb->asoc.maxrto;
2655 srto->srto_max = inp->sctp_ep.sctp_maxrto;
5303 if (srto->srto_max)
5304 new_max = srto->srto_max;
5329 if (srto->srto_max)
5330 new_max = srto->srto_max;

Completed in 114 milliseconds