Searched refs:MSG_EOR (Results 1 – 16 of 16) sorted by relevance
111 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_tail_data()123 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0; in sctp_ulpq_tail_data()235 clear_pd = event->msg_flags & MSG_EOR; in sctp_ulpq_tail_event()511 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_reassembled()577 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_partial()593 event->msg_flags |= MSG_EOR; in sctp_ulpq_reasm()735 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_reasm_drain()
2129 msg->msg_flags &= ~MSG_EOR; in sctp_recvmsg()2143 (event->msg_flags & MSG_EOR)) in sctp_recvmsg()2144 msg->msg_flags |= MSG_EOR; in sctp_recvmsg()2146 msg->msg_flags &= ~MSG_EOR; in sctp_recvmsg()
92 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
1132 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()1134 !(msg->msg_flags & MSG_EOR)) in pep_sendmsg()1291 msg->msg_flags |= MSG_EOR; in pep_recvmsg()
266 #define MSG_EOR 0x80 /* End of record */ macro
1808 msg->msg_flags |= MSG_EOR; in dn_recvmsg()1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()1942 if (flags & MSG_EOR) { in dn_sendmsg()1946 flags |= MSG_EOR; in dn_sendmsg()2053 if (((sent + len) == size) && (flags & MSG_EOR)) { in dn_sendmsg()
316 msg->msg_flags |= MSG_EOR; in rxrpc_recvmsg()
1093 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT)) in x25_sendmsg()1097 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB))) in x25_sendmsg()1334 msg->msg_flags |= MSG_EOR; in x25_recvmsg()
245 (*) When receiving data or messages for a call, MSG_EOR is flagged by recvmsg551 for a particular call to be read. MSG_EOR will be set on the terminal559 buffer instead, and MSG_EOR will be flagged to indicate the end of that652 MSG_EOR will be flagged to indicate that this is the final message for
1054 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR)) in iucv_sock_sendmsg()1367 msg->msg_flags |= MSG_EOR; in iucv_sock_recvmsg()
1037 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in nr_sendmsg()
1061 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in rose_sendmsg()
567 msg.msg_flags |= MSG_EOR; /* superfluous, but what the hell */ in ceph_tcp_sendmsg()578 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
1448 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in ax25_sendmsg()
1278 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_EOR | MSG_CMSG_COMPAT | in irda_sendmsg()
818 msg.msg_flags |= MSG_EOR; in sock_write_iter()