Searched refs:sctp_extrcvinfo (Results 1 – 4 of 4) sorted by relevance
206 struct sctp_extrcvinfo *seinfo; in sctp_build_ctl_nchunk()231 seinfo = (struct sctp_extrcvinfo *)sinfo; in sctp_build_ctl_nchunk()242 len += CMSG_SPACE(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()314 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()316 memcpy(outinfo, sinfo, sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()317 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()
158 struct sctp_extrcvinfo { struct
6118 struct sctp_extrcvinfo *s_extra;6119 s_extra = (struct sctp_extrcvinfo *)sinfo;6721 struct sctp_extrcvinfo *s_extra;6722 s_extra = (struct sctp_extrcvinfo *)sinfo;6876 struct sctp_extrcvinfo sinfo;
1038 struct sctp_extrcvinfo seinfo; in usrsctp_recvv()