Searched refs:sctp_extrcvinfo (Results 1 – 4 of 4) sorted by relevance
174 struct sctp_extrcvinfo *seinfo; in sctp_build_ctl_nchunk()195 seinfo = (struct sctp_extrcvinfo *)sinfo; in sctp_build_ctl_nchunk()206 len += CMSG_SPACE(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()271 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()273 memcpy(outinfo, sinfo, sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()274 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()
131 struct sctp_extrcvinfo { struct
5848 struct sctp_extrcvinfo *s_extra; in sctp_sorecvmsg()5850 s_extra = (struct sctp_extrcvinfo *)sinfo; in sctp_sorecvmsg()6361 struct sctp_extrcvinfo *s_extra; in sctp_sorecvmsg()6363 s_extra = (struct sctp_extrcvinfo *)sinfo; in sctp_sorecvmsg()6494 struct sctp_extrcvinfo sinfo; in sctp_soreceive()6522 memset(&sinfo, 0, sizeof(struct sctp_extrcvinfo)); in sctp_soreceive()