Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Duser.h432 struct sctp_rtoinfo { struct
Dstructs.h259 struct sctp_rtoinfo rtoinfo;
/linux-2.4.37.9/net/sctp/
Dsocket.c1914 struct sctp_rtoinfo rtoinfo; in sctp_setsockopt_rtoinfo()
1917 if (optlen != sizeof (struct sctp_rtoinfo)) in sctp_setsockopt_rtoinfo()
3405 struct sctp_rtoinfo rtoinfo; in sctp_getsockopt_rtoinfo()
3408 if (len != sizeof (struct sctp_rtoinfo)) in sctp_getsockopt_rtoinfo()
3411 if (copy_from_user(&rtoinfo, optval, sizeof (struct sctp_rtoinfo))) in sctp_getsockopt_rtoinfo()