Lines Matching refs:sinfo
230 /* Check if a buf/msg_flags/sinfo corresponds to data, its length, msg_flags,
235 struct sctp_sndrcvinfo *sinfo, int expected_datalen,
259 if (!sinfo)
261 "Null sinfo, but expected stream:%d expected ppid:%d",
264 if (sinfo->sinfo_stream != expected_stream)
267 expected_stream, sinfo->sinfo_stream);
268 if (sinfo->sinfo_ppid != expected_ppid)
271 expected_ppid, sinfo->sinfo_ppid);
283 struct sctp_sndrcvinfo *sinfo = NULL;
295 sinfo = NULL;
297 sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
300 sinfo, expected_datalen, expected_msg_flags,