| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | socket.h | 221 MSG_EOR = 0x80, /* End of record. */ enumerator 222 #define MSG_EOR MSG_EOR macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | socket.h | 221 MSG_EOR = 0x80, /* End of record. */ enumerator 222 #define MSG_EOR MSG_EOR macro
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | ulpqueue.c | 109 if (event->msg_flags & MSG_EOR) in sctp_ulpq_tail_data() 117 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0; in sctp_ulpq_tail_data() 229 clear_pd = event->msg_flags & MSG_EOR; in sctp_ulpq_tail_event() 502 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_reassembled() 568 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_partial() 584 event->msg_flags |= MSG_EOR; in sctp_ulpq_reasm() 730 if (event->msg_flags & MSG_EOR) in sctp_ulpq_reasm_drain()
|
| H A D | stream_interleave.c | 249 retval->msg_flags |= MSG_EOR; in sctp_intl_retrieve_partial() 342 retval->msg_flags |= MSG_EOR; in sctp_intl_retrieve_reassembled() 355 event->msg_flags |= MSG_EOR; in sctp_intl_reasm() 637 retval->msg_flags |= MSG_EOR; in sctp_intl_retrieve_partial_uo() 731 retval->msg_flags |= MSG_EOR; in sctp_intl_retrieve_reassembled_uo() 744 event->msg_flags |= MSG_EOR; in sctp_intl_reasm_uo() 848 if (event->msg_flags & MSG_EOR) in sctp_ulpevent_idata() 860 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0; in sctp_ulpevent_idata()
|
| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | datagram.c | 79 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
|
| H A D | pep.c | 1125 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg() 1127 !(msg->msg_flags & MSG_EOR)) in pep_sendmsg() 1283 msg->msg_flags |= MSG_EOR; in pep_recvmsg()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | af_decnet.c | 1803 msg->msg_flags |= MSG_EOR; in dn_recvmsg() 1923 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg() 1937 if (flags & MSG_EOR) { in dn_sendmsg() 1941 flags |= MSG_EOR; in dn_sendmsg() 2048 if (((sent + len) == size) && (flags & MSG_EOR)) { in dn_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | xprtsock.c | 415 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf() 438 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf() 454 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf() 492 msg->msg_flags |= MSG_EOR; in xs_read_stream_check_eor() 571 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_stream_call() 606 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_stream_reply()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 294 #define MSG_EOR 0x80 /* End of record */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 294 #define MSG_EOR 0x80 /* End of record */ macro
|
| /OK3568_Linux_fs/kernel/net/x25/ |
| H A D | af_x25.c | 1115 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT)) in x25_sendmsg() 1119 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB))) in x25_sendmsg() 1356 msg->msg_flags |= MSG_EOR; in x25_recvmsg()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 315 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR); in test()
|
| H A D | tcp_hdr_options.c | 524 MSG_EOR); in misc()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | tcp.c | 643 flags |= MSG_EOR; in nvmet_try_send_response() 672 flags |= MSG_EOR; in nvmet_try_send_r2t() 702 msg.msg_flags |= MSG_EOR; in nvmet_try_send_ddgst()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | recvmsg.c | 626 msg->msg_flags |= MSG_EOR; in rxrpc_recvmsg()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 967 flags |= MSG_EOR; in nvme_tcp_try_send_data() 1022 flags |= MSG_EOR; in nvme_tcp_try_send_cmd_pdu() 1094 msg.msg_flags |= MSG_EOR; in nvme_tcp_try_send_ddgst()
|
| /OK3568_Linux_fs/kernel/net/kcm/ |
| H A D | kcmsock.c | 911 !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR); in kcm_sendmsg() 1127 msg->msg_flags |= MSG_EOR; in kcm_recvmsg()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | rxrpc.rst | 244 (#) When receiving data or messages for a call, MSG_EOR is flagged by recvmsg 617 for a particular call to be read. MSG_EOR will be set on the terminal 625 buffer instead, and MSG_EOR will be flagged to indicate the end of that 752 MSG_EOR will be flagged to indicate that this is the final message for
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | socket.c | 1942 if (flags & MSG_EOR) { in tipc_recvmsg() 1950 if (flags & MSG_EOR) in tipc_recvmsg() 1951 m->msg_flags |= MSG_EOR; in tipc_recvmsg() 1966 m->msg_flags |= MSG_EOR; in tipc_recvmsg()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 997 msg.msg_flags |= MSG_EOR; in sock_write_iter() 2491 &msg_sys, flags, &used_address, MSG_EOR); in __sys_sendmmsg() 2499 &msg_sys, flags, &used_address, MSG_EOR); in __sys_sendmmsg()
|
| /OK3568_Linux_fs/kernel/net/iucv/ |
| H A D | af_iucv.c | 946 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR)) in iucv_sock_sendmsg() 1286 msg->msg_flags |= MSG_EOR; in iucv_sock_recvmsg()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_sw.c | 1724 msg->msg_flags |= MSG_EOR; in process_rx_list() 1931 msg->msg_flags |= MSG_EOR; in tls_sw_recvmsg()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 430 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR }; in siw_tx_hdt()
|
| H A D | siw_qp.c | 390 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR }; in siw_send_terminate()
|
| /OK3568_Linux_fs/kernel/net/netrom/ |
| H A D | af_netrom.c | 1043 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in nr_sendmsg()
|