Searched refs:sctp_nxtinfo (Results 1 – 3 of 3) sorted by relevance
169 struct sctp_nxtinfo { struct185 struct sctp_nxtinfo recvv_nxtinfo; argument
211 struct sctp_nxtinfo { struct227 struct sctp_nxtinfo recvv_nxtinfo; argument
185 struct sctp_nxtinfo *nxtinfo; in sctp_build_ctl_nchunk()211 len += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()267 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()269 nxtinfo = (struct sctp_nxtinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk()285 cmh = (WSACMSGHDR *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_nxtinfo))); in sctp_build_ctl_nchunk()287 cmh = (struct cmsghdr *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_nxtinfo))); in sctp_build_ctl_nchunk()289 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()