Searched refs:sctp_sndinfo (Results 1 – 6 of 6) sorted by relevance
1247 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo)) + in dgram_sctp_write()1249 struct sctp_sndinfo *sndinfo; in dgram_sctp_write()1295 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo)); in dgram_sctp_write()1296 sndinfo = (struct sctp_sndinfo *)CMSG_DATA(cmsg); in dgram_sctp_write()1302 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo)); in dgram_sctp_write()1305 (struct cmsghdr *)&cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo))]; in dgram_sctp_write()
212 struct sctp_sndinfo { struct231 struct sctp_sndinfo sendv_sndinfo; argument431 struct sctp_sndinfo ssfe_info;
839 if ((info == NULL) || (infolen != sizeof(struct sctp_sndinfo))) { in usrsctp_sendv()843 sinfo.sinfo_stream = ((struct sctp_sndinfo *)info)->snd_sid; in usrsctp_sendv()844 sinfo.sinfo_flags = ((struct sctp_sndinfo *)info)->snd_flags; in usrsctp_sendv()845 sinfo.sinfo_ppid = ((struct sctp_sndinfo *)info)->snd_ppid; in usrsctp_sendv()846 sinfo.sinfo_context = ((struct sctp_sndinfo *)info)->snd_context; in usrsctp_sendv()847 sinfo.sinfo_assoc_id = ((struct sctp_sndinfo *)info)->snd_assoc_id; in usrsctp_sendv()848 assoc_id = &(((struct sctp_sndinfo *)info)->snd_assoc_id); in usrsctp_sendv()2354 ((struct sctp_sndinfo *)arg)->snd_assoc_id = id;
177 struct sctp_sndinfo { struct243 struct sctp_sndinfo sendv_sndinfo;401 struct sctp_sndinfo ssfe_info;
3795 struct sctp_sndinfo *info;3797 SCTP_CHECK_AND_CAST(info, optval, struct sctp_sndinfo, *optsize);3825 *optsize = sizeof(struct sctp_sndinfo);7075 struct sctp_sndinfo *info;7078 SCTP_CHECK_AND_CAST(info, optval, struct sctp_sndinfo, optsize);
3576 struct sctp_sndinfo sndinfo;3633 if (cmsg_data_len < (int)sizeof(struct sctp_sndinfo)) {3636 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);