Searched refs:sctp_nxtinfo (Results 1 – 3 of 3) sorted by relevance
191 struct sctp_nxtinfo { struct207 struct sctp_nxtinfo recvv_nxtinfo; argument
177 struct sctp_nxtinfo *nxtinfo; in sctp_build_ctl_nchunk()199 len += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()247 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()249 nxtinfo = (struct sctp_nxtinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk()264 cmh = (struct cmsghdr *)((caddr_t)cmh + CMSG_SPACE(sizeof(struct sctp_nxtinfo))); in sctp_build_ctl_nchunk()265 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_nxtinfo)); in sctp_build_ctl_nchunk()