Lines Matching refs:MSG_PEEK
2906 if (flags & MSG_PEEK) { in soreceive_addr()
2979 if (flags & MSG_PEEK) { in soreceive_ctl()
3018 if (!(flags & MSG_PEEK)) { in soreceive_ctl()
3302 error = (*pr->pr_usrreqs->pru_rcvoob)(so, m, flags & MSG_PEEK); in soreceive()
3412 if ((flags & MSG_PEEK) == 0) { in soreceive()
3537 if (!(flags & MSG_PEEK)) { in soreceive()
3562 if (!(flags & MSG_PEEK)) { in soreceive()
3572 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()
3671 if (flags & MSG_PEEK) { in soreceive()
3707 if (flags & MSG_PEEK) { in soreceive()
3737 if ((flags & MSG_PEEK) == 0) { in soreceive()
3839 if ((flags & MSG_PEEK) == 0) { in soreceive()
3857 if ((flags & MSG_PEEK) == 0) { in soreceive()
4080 if ((flags & MSG_PEEK) == 0) { in soreceive_m_list()