Home | History | Annotate | Download | only in testlib

Lines Matching defs:sinfo

230 /* Check if a buf/msg_flags/sinfo corresponds to data, its length, msg_flags,
235 struct sctp_sndrcvinfo *sinfo, int expected_datalen,
258 if (!sinfo)
259 tst_brkm(TBROK, tst_exit, "Null sinfo, but expected "
263 if (sinfo->sinfo_stream != expected_stream)
265 "got:%x", expected_stream, sinfo->sinfo_stream);
266 if (sinfo->sinfo_ppid != expected_ppid)
268 "got:%x\n", expected_ppid, sinfo->sinfo_ppid);
280 struct sctp_sndrcvinfo *sinfo = NULL;
292 sinfo = NULL;
294 sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
297 sinfo, expected_datalen, expected_msg_flags,