Searched refs:MSG_EOR (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/net/sctp/
H A Dulpqueue.c106 if (event->msg_flags & MSG_EOR)
114 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0;
226 clear_pd = event->msg_flags & MSG_EOR;
496 retval->msg_flags |= MSG_EOR;
562 retval->msg_flags |= MSG_EOR;
578 event->msg_flags |= MSG_EOR;
724 if (event->msg_flags & MSG_EOR)
H A Dstream_interleave.c249 retval->msg_flags |= MSG_EOR;
342 retval->msg_flags |= MSG_EOR;
355 event->msg_flags |= MSG_EOR;
631 retval->msg_flags |= MSG_EOR;
725 retval->msg_flags |= MSG_EOR;
738 event->msg_flags |= MSG_EOR;
842 if (event->msg_flags & MSG_EOR)
854 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0;
/linux-master/net/phonet/
H A Ddatagram.c76 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
H A Dpep.c1148 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
1150 !(msg->msg_flags & MSG_EOR))
1306 msg->msg_flags |= MSG_EOR;
/linux-master/include/linux/
H A Dsocket.h311 #define MSG_EOR 0x80 /* End of record */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h311 #define MSG_EOR 0x80 /* End of record */ macro
/linux-master/net/tls/
H A Dtls_device.c441 MSG_SPLICE_PAGES | MSG_EOR))
444 if ((flags & (MSG_MORE | MSG_EOR)) == (MSG_MORE | MSG_EOR))
H A Dtls_sw.c1028 if (!eor && (msg->msg_flags & MSG_EOR))
1232 MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR |
1848 msg->msg_flags |= MSG_EOR;
2134 msg->msg_flags |= MSG_EOR;
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c298 if (info->msg->msg_flags & MSG_EOR)
680 msg->msg_flags |= MSG_EOR;
755 msg->msg_flags |= MSG_EOR;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c312 * MSG_EOR to stop kernel from coalescing two pkts.
314 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR);
H A Dtcp_hdr_options.c481 /* MSG_EOR to ensure skb will not be combined */
483 MSG_EOR);
/linux-master/net/rxrpc/
H A Drecvmsg.c430 msg->msg_flags |= MSG_EOR;
/linux-master/tools/testing/vsock/
H A Dvsock_test.c400 /* Set at least one MSG_EOR + some random. */
402 flags = MSG_EOR;
486 if (msg.msg_flags & MSG_EOR)
/linux-master/net/sunrpc/
H A Dxprtsock.c375 msg->msg_flags &= ~MSG_EOR;
474 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
497 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
513 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC))
551 msg->msg_flags |= MSG_EOR;
634 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC))
669 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC))
/linux-master/net/x25/
H A Daf_x25.c15 * 2000-03-11 Henner Eisen MSG_EOR handling more POSIX compliant.
1116 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))
1120 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB)))
1356 msg->msg_flags |= MSG_EOR;
/linux-master/drivers/nvme/host/
H A Dtcp.c1044 msg.msg_flags |= MSG_EOR;
1102 msg.msg_flags |= MSG_EOR;
1178 msg.msg_flags |= MSG_EOR;
/linux-master/drivers/nvme/target/
H A Dtcp.c695 msg.msg_flags |= MSG_EOR;
725 msg.msg_flags |= MSG_EOR;
756 msg.msg_flags |= MSG_EOR;
/linux-master/net/kcm/
H A Dkcmsock.c755 !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR);
1009 msg->msg_flags |= MSG_EOR;
1054 /* We have no way to return MSG_EOR. If all the bytes have been
1056 * A subsequent recvmsg needs to be done to return MSG_EOR and
/linux-master/net/tipc/
H A Dsocket.c1943 if (flags & MSG_EOR) {
1951 if (flags & MSG_EOR)
1952 m->msg_flags |= MSG_EOR;
1967 m->msg_flags |= MSG_EOR;
/linux-master/net/iucv/
H A Daf_iucv.c923 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR))
979 * segmented records using the MSG_EOR flag), but
1265 msg->msg_flags |= MSG_EOR;
/linux-master/drivers/xen/
H A Dpvcalls-front.c549 if (flags & (MSG_CONFIRM|MSG_DONTROUTE|MSG_EOR|MSG_OOB))
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp.c393 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
H A Dsiw_qp_tx.c436 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
/linux-master/net/netrom/
H A Daf_netrom.c1053 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
/linux-master/net/
H A Dsocket.c1158 msg.msg_flags |= MSG_EOR;
2718 &msg_sys, flags, &used_address, MSG_EOR);
2726 &msg_sys, flags, &used_address, MSG_EOR);

Completed in 509 milliseconds

12