Searched refs:sctp_rcvinfo (Results 1 – 3 of 3) sorted by relevance
180 struct sctp_rcvinfo { struct206 struct sctp_rcvinfo recvv_rcvinfo; argument
176 struct sctp_rcvinfo *rcvinfo; in sctp_build_ctl_nchunk()193 len += CMSG_SPACE(sizeof(struct sctp_rcvinfo)); in sctp_build_ctl_nchunk()231 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_rcvinfo)); in sctp_build_ctl_nchunk()233 rcvinfo = (struct sctp_rcvinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk()242 cmh = (struct cmsghdr *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_rcvinfo))); in sctp_build_ctl_nchunk()243 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_rcvinfo)); in sctp_build_ctl_nchunk()