Searched refs:sctp_nxtinfo (Results 1 – 6 of 6) sorted by relevance
169 struct sctp_nxtinfo { struct185 struct sctp_nxtinfo recvv_nxtinfo; argument
223 struct sctp_nxtinfo { struct239 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()
252 struct sctp_nxtinfo { struct
270 struct sctp_nxtinfo { struct
1038 struct sctp_nxtinfo nxt;