Symbol: MSG_EOR
drivers/infiniband/sw/siw/siw_qp.c
366
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
drivers/infiniband/sw/siw/siw_qp_tx.c
597
rv = siw_sendmsg(s, MSG_DONTWAIT | MSG_EOR, &iov[seg],
drivers/infiniband/sw/siw/siw_qp_tx.c
605
rv = siw_sendmsg(s, MSG_DONTWAIT | MSG_EOR, iov, seg + 1,
drivers/nvme/host/tcp.c
1151
msg.msg_flags |= MSG_EOR;
drivers/nvme/host/tcp.c
1209
msg.msg_flags |= MSG_EOR;
drivers/nvme/host/tcp.c
1285
msg.msg_flags |= MSG_EOR;
drivers/nvme/target/tcp.c
720
msg.msg_flags |= MSG_EOR;
drivers/nvme/target/tcp.c
750
msg.msg_flags |= MSG_EOR;
drivers/nvme/target/tcp.c
781
msg.msg_flags |= MSG_EOR;
drivers/xen/pvcalls-front.c
592
if (flags & (MSG_CONFIRM|MSG_DONTROUTE|MSG_EOR|MSG_OOB))
net/ceph/messenger_v1.c
69
msg.msg_flags |= MSG_EOR; /* superfluous, but what the hell */
net/ipv4/tcp.c
1382
if (unlikely(flags & MSG_EOR))
net/iucv/af_iucv.c
1284
msg->msg_flags |= MSG_EOR;
net/iucv/af_iucv.c
941
if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR))
net/kcm/kcmsock.c
1030
msg->msg_flags |= MSG_EOR;
net/kcm/kcmsock.c
757
!(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR);
net/mptcp/protocol.c
1922
MSG_FASTOPEN | MSG_EOR;
net/mptcp/protocol.c
2031
if (msg->msg_flags & MSG_EOR) {
net/phonet/datagram.c
76
if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
net/phonet/pep.c
1166
if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
net/phonet/pep.c
1168
!(msg->msg_flags & MSG_EOR))
net/phonet/pep.c
1324
msg->msg_flags |= MSG_EOR;
net/rxrpc/recvmsg.c
575
msg->msg_flags |= MSG_EOR;
net/sctp/socket.c
2175
msg->msg_flags &= ~MSG_EOR;
net/sctp/socket.c
2189
(event->msg_flags & MSG_EOR))
net/sctp/socket.c
2190
msg->msg_flags |= MSG_EOR;
net/sctp/socket.c
2192
msg->msg_flags &= ~MSG_EOR;
net/sctp/stream_interleave.c
249
retval->msg_flags |= MSG_EOR;
net/sctp/stream_interleave.c
342
retval->msg_flags |= MSG_EOR;
net/sctp/stream_interleave.c
355
event->msg_flags |= MSG_EOR;
net/sctp/stream_interleave.c
631
retval->msg_flags |= MSG_EOR;
net/sctp/stream_interleave.c
725
retval->msg_flags |= MSG_EOR;
net/sctp/stream_interleave.c
738
event->msg_flags |= MSG_EOR;
net/sctp/stream_interleave.c
842
if (event->msg_flags & MSG_EOR)
net/sctp/stream_interleave.c
854
event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0;
net/sctp/ulpqueue.c
106
if (event->msg_flags & MSG_EOR)
net/sctp/ulpqueue.c
114
event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0;
net/sctp/ulpqueue.c
226
clear_pd = event->msg_flags & MSG_EOR;
net/sctp/ulpqueue.c
496
retval->msg_flags |= MSG_EOR;
net/sctp/ulpqueue.c
562
retval->msg_flags |= MSG_EOR;
net/sctp/ulpqueue.c
578
event->msg_flags |= MSG_EOR;
net/sctp/ulpqueue.c
724
if (event->msg_flags & MSG_EOR)
net/socket.c
1236
msg.msg_flags |= MSG_EOR;
net/socket.c
2821
&msg_sys, flags, &used_address, MSG_EOR);
net/socket.c
2829
&msg_sys, flags, &used_address, MSG_EOR);
net/sunrpc/svcsock.c
256
msg->msg_flags &= ~MSG_EOR;
net/sunrpc/svcsock.c
308
msg->msg_flags &= ~(MSG_CTRUNC | MSG_EOR);
net/sunrpc/xprtsock.c
374
*msg_flags &= ~MSG_EOR;
net/sunrpc/xprtsock.c
428
msg->msg_flags &= ~(MSG_CTRUNC | MSG_EOR);
net/sunrpc/xprtsock.c
493
if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
net/sunrpc/xprtsock.c
516
if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
net/sunrpc/xprtsock.c
532
if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
net/sunrpc/xprtsock.c
570
msg->msg_flags |= MSG_EOR;
net/sunrpc/xprtsock.c
653
if (msg->msg_flags & (MSG_EOR|MSG_TRUNC))
net/sunrpc/xprtsock.c
688
if (msg->msg_flags & (MSG_EOR|MSG_TRUNC))
net/tipc/socket.c
1944
if (flags & MSG_EOR) {
net/tipc/socket.c
1952
if (flags & MSG_EOR)
net/tipc/socket.c
1953
m->msg_flags |= MSG_EOR;
net/tipc/socket.c
1968
m->msg_flags |= MSG_EOR;
net/tls/tls_device.c
441
MSG_SPLICE_PAGES | MSG_EOR))
net/tls/tls_device.c
444
if ((flags & (MSG_MORE | MSG_EOR)) == (MSG_MORE | MSG_EOR))
net/tls/tls_sw.c
1000
MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR |
net/tls/tls_sw.c
1682
msg->msg_flags |= MSG_EOR;
net/tls/tls_sw.c
1946
msg->msg_flags |= MSG_EOR;
net/tls/tls_sw.c
789
if (!eor && (msg->msg_flags & MSG_EOR))
net/vmw_vsock/virtio_transport_common.c
272
if (info->msg->msg_flags & MSG_EOR)
net/vmw_vsock/virtio_transport_common.c
845
msg->msg_flags |= MSG_EOR;
net/vmw_vsock/virtio_transport_common.c
920
msg->msg_flags |= MSG_EOR;
net/x25/af_x25.c
1112
if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))
net/x25/af_x25.c
1116
if (!(msg->msg_flags & (MSG_EOR|MSG_OOB)))
net/x25/af_x25.c
1352
msg->msg_flags |= MSG_EOR;
tools/testing/selftests/bpf/prog_tests/sock_fields.c
314
err = send(accept_fd, DATA, DATA_LEN, MSG_EOR);
tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c
483
MSG_EOR);
tools/testing/selftests/net/tls.c
3032
ASSERT_EQ(send(cfd, tx + tx_partial, sizeof(tx) - tx_partial, MSG_EOR),
tools/testing/selftests/net/tls.c
617
EXPECT_EQ(send(self->fd, test_str, send_len, MSG_EOR), send_len);
tools/testing/vsock/vsock_test.c
440
flags = MSG_EOR;
tools/testing/vsock/vsock_test.c
520
if (msg.msg_flags & MSG_EOR)