Lines Matching refs:msg_flags
112 if (!(MSG_NOTIFICATION & msg->msg_flags)) {
177 /* Check if a buf/msg_flags matches a notification, its type, and possibly an
181 test_check_buf_notification(void *buf, int datalen, int msg_flags,
187 if (!(msg_flags & MSG_NOTIFICATION))
226 msg->msg_flags, expected_datalen,
230 /* Check if a buf/msg_flags/sinfo corresponds to data, its length, msg_flags,
234 test_check_buf_data(void *buf LTP_ATTRIBUTE_UNUSED, int datalen, int msg_flags,
239 if (msg_flags & MSG_NOTIFICATION)
251 if (((int)(msg_flags & ~0x80000000)) != expected_msg_flags)
253 "Unexpected msg_flags:0x%x expecting:0x%x",
254 msg_flags, expected_msg_flags);
274 /* Check if a message corresponds to data, its length, msg_flags, stream and
299 test_check_buf_data(msg->msg_iov[0].iov_base, datalen, msg->msg_flags,