Searched refs:sctp_rtoinfo (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h719 struct sctp_rtoinfo { struct
/linux-master/include/net/sctp/
H A Dstructs.h206 struct sctp_rtoinfo rtoinfo;
/linux-master/net/sctp/
H A Dsocket.c3071 * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
3079 struct sctp_rtoinfo *rtoinfo,
3086 if (optlen != sizeof (struct sctp_rtoinfo))
6544 * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
6554 struct sctp_rtoinfo rtoinfo;
6557 if (len < sizeof (struct sctp_rtoinfo))
6560 len = sizeof(struct sctp_rtoinfo);

Completed in 256 milliseconds