Lines Matching refs:MSG_EOR
6067 out_flags |= MSG_EOR; in sctp_sorecvmsg()
6120 if ((control->end_added) && ((out_flags & MSG_EOR) == 0)) { in sctp_sorecvmsg()
6154 if ((out_flags & MSG_EOR) || (uio->uio_resid == 0)) { in sctp_sorecvmsg()
6168 if ((out_flags & MSG_EOR) && ((in_flags & MSG_PEEK) == 0)) { in sctp_sorecvmsg()
6226 out_flags &= ~MSG_EOR; in sctp_sorecvmsg()
6229 if (out_flags & MSG_EOR) { in sctp_sorecvmsg()
6297 out_flags |= MSG_EOR; in sctp_sorecvmsg()
6328 out_flags |= MSG_EOR; in sctp_sorecvmsg()
6353 out_flags |= MSG_EOR; in sctp_sorecvmsg()
6381 if (out_flags & MSG_EOR) { in sctp_sorecvmsg()
6414 if (((out_flags & MSG_EOR) == 0) && in sctp_sorecvmsg()