MSG_EOR           389 drivers/infiniband/sw/siw/siw_qp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
MSG_EOR           430 drivers/infiniband/sw/siw/siw_qp_tx.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
MSG_EOR           858 drivers/nvme/host/tcp.c 			flags |= MSG_EOR;
MSG_EOR           899 drivers/nvme/host/tcp.c 	int flags = MSG_DONTWAIT | (inline_data ? MSG_MORE : MSG_EOR);
MSG_EOR           964 drivers/nvme/host/tcp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
MSG_EOR           580 drivers/nvme/target/tcp.c 		flags |= MSG_EOR;
MSG_EOR           609 drivers/nvme/target/tcp.c 		flags |= MSG_EOR;
MSG_EOR           539 drivers/xen/pvcalls-front.c 	if (flags & (MSG_CONFIRM|MSG_DONTROUTE|MSG_EOR|MSG_OOB))
MSG_EOR          1457 net/ax25/af_ax25.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_EOR           558 net/ceph/messenger.c 		msg.msg_flags |= MSG_EOR;  /* superfluous, but what the hell */
MSG_EOR          1803 net/decnet/af_decnet.c 		msg->msg_flags |= MSG_EOR;
MSG_EOR          1923 net/decnet/af_decnet.c 	if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT))
MSG_EOR          1937 net/decnet/af_decnet.c 		if (flags & MSG_EOR) {
MSG_EOR          1941 net/decnet/af_decnet.c 		flags |= MSG_EOR;
MSG_EOR          2048 net/decnet/af_decnet.c 			if (((sent + len) == size) && (flags & MSG_EOR)) {
MSG_EOR          1380 net/ipv4/tcp.c 			if (unlikely(flags & MSG_EOR))
MSG_EOR          1085 net/iucv/af_iucv.c 	if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR))
MSG_EOR          1426 net/iucv/af_iucv.c 		msg->msg_flags |= MSG_EOR;
MSG_EOR           908 net/kcm/kcmsock.c 		  !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR);
MSG_EOR          1159 net/kcm/kcmsock.c 			msg->msg_flags |= MSG_EOR;
MSG_EOR          1021 net/netrom/af_netrom.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_EOR            79 net/phonet/datagram.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
MSG_EOR          1122 net/phonet/pep.c 	if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
MSG_EOR          1124 net/phonet/pep.c 			!(msg->msg_flags & MSG_EOR))
MSG_EOR          1280 net/phonet/pep.c 	msg->msg_flags |= MSG_EOR;
MSG_EOR          1039 net/rose/af_rose.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_EOR           583 net/rxrpc/recvmsg.c 		msg->msg_flags |= MSG_EOR;
MSG_EOR          2162 net/sctp/socket.c 		msg->msg_flags &= ~MSG_EOR;
MSG_EOR          2176 net/sctp/socket.c 		   (event->msg_flags & MSG_EOR))
MSG_EOR          2177 net/sctp/socket.c 		msg->msg_flags |= MSG_EOR;
MSG_EOR          2179 net/sctp/socket.c 		msg->msg_flags &= ~MSG_EOR;
MSG_EOR           250 net/sctp/stream_interleave.c 			retval->msg_flags |= MSG_EOR;
MSG_EOR           344 net/sctp/stream_interleave.c 		retval->msg_flags |= MSG_EOR;
MSG_EOR           357 net/sctp/stream_interleave.c 		event->msg_flags |= MSG_EOR;
MSG_EOR           639 net/sctp/stream_interleave.c 			retval->msg_flags |= MSG_EOR;
MSG_EOR           734 net/sctp/stream_interleave.c 		retval->msg_flags |= MSG_EOR;
MSG_EOR           747 net/sctp/stream_interleave.c 		event->msg_flags |= MSG_EOR;
MSG_EOR           851 net/sctp/stream_interleave.c 			if (event->msg_flags & MSG_EOR)
MSG_EOR           863 net/sctp/stream_interleave.c 		event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0;
MSG_EOR           109 net/sctp/ulpqueue.c 		if (event->msg_flags & MSG_EOR)
MSG_EOR           117 net/sctp/ulpqueue.c 		event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0;
MSG_EOR           229 net/sctp/ulpqueue.c 				clear_pd = event->msg_flags & MSG_EOR;
MSG_EOR           503 net/sctp/ulpqueue.c 		retval->msg_flags |= MSG_EOR;
MSG_EOR           569 net/sctp/ulpqueue.c 		retval->msg_flags |= MSG_EOR;
MSG_EOR           585 net/sctp/ulpqueue.c 		event->msg_flags |= MSG_EOR;
MSG_EOR           731 net/sctp/ulpqueue.c 		if (event->msg_flags & MSG_EOR)
MSG_EOR           987 net/socket.c   		msg.msg_flags |= MSG_EOR;
MSG_EOR          2448 net/socket.c   					     &msg_sys, flags, &used_address, MSG_EOR);
MSG_EOR          2456 net/socket.c   					     &msg_sys, flags, &used_address, MSG_EOR);
MSG_EOR           414 net/sunrpc/xprtsock.c 		if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
MSG_EOR           436 net/sunrpc/xprtsock.c 		if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
MSG_EOR           452 net/sunrpc/xprtsock.c 		if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
MSG_EOR           490 net/sunrpc/xprtsock.c 		msg->msg_flags |= MSG_EOR;
MSG_EOR           569 net/sunrpc/xprtsock.c 	if (msg->msg_flags & (MSG_EOR|MSG_TRUNC))
MSG_EOR           604 net/sunrpc/xprtsock.c 	if (msg->msg_flags & (MSG_EOR|MSG_TRUNC))
MSG_EOR          1803 net/tipc/socket.c 			m->msg_flags |= MSG_EOR;
MSG_EOR          1702 net/tls/tls_sw.c 			msg->msg_flags |= MSG_EOR;
MSG_EOR          1893 net/tls/tls_sw.c 			msg->msg_flags |= MSG_EOR;
MSG_EOR          1104 net/x25/af_x25.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))
MSG_EOR          1108 net/x25/af_x25.c 	if (!(msg->msg_flags & (MSG_EOR|MSG_OOB)))
MSG_EOR          1345 net/x25/af_x25.c 	msg->msg_flags |= MSG_EOR;