Searched refs:MSG_EOR (Results 1 – 5 of 5) sorted by relevance
1463 if (flags & MSG_EOR)1472 (M_PKTHDR | ((flags & MSG_EOR) ? M_EOR : 0)));1575 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {1680 if (flags & MSG_EOR)1703 ((flags & MSG_EOR) ? M_EOR : 0));1714 ((flags & MSG_EOR) ? M_EOR : 0));1925 flags = *flagsp &~ MSG_EOR;2229 flags |= MSG_EOR;2295 if (flags & MSG_EOR)2406 flags = *flagsp &~ MSG_EOR;[all …]
439 #define MSG_EOR 0x00000008 /* data completes record */ macro
445 #define MSG_EOR 0x00000008 /* data completes record */ macro
6009 out_flags |= MSG_EOR; in sctp_sorecvmsg()6062 if ((control->end_added) && ((out_flags & MSG_EOR) == 0)) { in sctp_sorecvmsg()6096 if ((out_flags & MSG_EOR) || (uio->uio_resid == 0)) { in sctp_sorecvmsg()6110 if ((out_flags & MSG_EOR) && ((in_flags & MSG_PEEK) == 0)) { in sctp_sorecvmsg()6168 out_flags &= ~MSG_EOR; in sctp_sorecvmsg()6171 if (out_flags & MSG_EOR) { in sctp_sorecvmsg()6239 out_flags |= MSG_EOR; in sctp_sorecvmsg()6270 out_flags |= MSG_EOR; in sctp_sorecvmsg()6295 out_flags |= MSG_EOR; in sctp_sorecvmsg()6323 if (out_flags & MSG_EOR) { in sctp_sorecvmsg()[all …]
12587 if (flags & MSG_EOR) { in sctp_lower_sosend()12762 if (flags & MSG_EOR) { in sctp_lower_sosend()