Home
last modified time | relevance | path

Searched refs:MSG_EOR (Results 1 – 25 of 31) sorted by relevance

12

/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 Dsocket.h221 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 Dsocket.h221 MSG_EOR = 0x80, /* End of record. */ enumerator
222 #define MSG_EOR MSG_EOR macro
/OK3568_Linux_fs/kernel/net/sctp/
H A Dulpqueue.c109 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 Dstream_interleave.c249 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 Ddatagram.c79 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
H A Dpep.c1125 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 Daf_decnet.c1803 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 Dxprtsock.c415 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 Dsocket.h294 #define MSG_EOR 0x80 /* End of record */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h294 #define MSG_EOR 0x80 /* End of record */ macro
/OK3568_Linux_fs/kernel/net/x25/
H A Daf_x25.c1115 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 Dsock_fields.c315 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR); in test()
H A Dtcp_hdr_options.c524 MSG_EOR); in misc()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtcp.c643 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 Drecvmsg.c626 msg->msg_flags |= MSG_EOR; in rxrpc_recvmsg()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c967 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 Dkcmsock.c911 !(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 Drxrpc.rst244 (#) 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 Dsocket.c1942 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 Dsocket.c997 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 Daf_iucv.c946 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 Dtls_sw.c1724 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 Dsiw_qp_tx.c430 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR }; in siw_tx_hdt()
H A Dsiw_qp.c390 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR }; in siw_send_terminate()
/OK3568_Linux_fs/kernel/net/netrom/
H A Daf_netrom.c1043 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in nr_sendmsg()

12