Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dulpqueue.c111 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_tail_data()
123 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0; in sctp_ulpq_tail_data()
235 clear_pd = event->msg_flags & MSG_EOR; in sctp_ulpq_tail_event()
511 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_reassembled()
577 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_partial()
593 event->msg_flags |= MSG_EOR; in sctp_ulpq_reasm()
735 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_reasm_drain()
Dsocket.c2129 msg->msg_flags &= ~MSG_EOR; in sctp_recvmsg()
2143 (event->msg_flags & MSG_EOR)) in sctp_recvmsg()
2144 msg->msg_flags |= MSG_EOR; in sctp_recvmsg()
2146 msg->msg_flags &= ~MSG_EOR; in sctp_recvmsg()
/linux-4.4.14/net/phonet/
Ddatagram.c92 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
Dpep.c1132 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()
1134 !(msg->msg_flags & MSG_EOR)) in pep_sendmsg()
1291 msg->msg_flags |= MSG_EOR; in pep_recvmsg()
/linux-4.4.14/include/linux/
Dsocket.h266 #define MSG_EOR 0x80 /* End of record */ macro
/linux-4.4.14/net/decnet/
Daf_decnet.c1808 msg->msg_flags |= MSG_EOR; in dn_recvmsg()
1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()
1942 if (flags & MSG_EOR) { in dn_sendmsg()
1946 flags |= MSG_EOR; in dn_sendmsg()
2053 if (((sent + len) == size) && (flags & MSG_EOR)) { in dn_sendmsg()
/linux-4.4.14/net/rxrpc/
Dar-recvmsg.c316 msg->msg_flags |= MSG_EOR; in rxrpc_recvmsg()
/linux-4.4.14/net/x25/
Daf_x25.c1093 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT)) in x25_sendmsg()
1097 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB))) in x25_sendmsg()
1334 msg->msg_flags |= MSG_EOR; in x25_recvmsg()
/linux-4.4.14/Documentation/networking/
Drxrpc.txt245 (*) When receiving data or messages for a call, MSG_EOR is flagged by recvmsg
551 for a particular call to be read. MSG_EOR will be set on the terminal
559 buffer instead, and MSG_EOR will be flagged to indicate the end of that
652 MSG_EOR will be flagged to indicate that this is the final message for
/linux-4.4.14/net/iucv/
Daf_iucv.c1054 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR)) in iucv_sock_sendmsg()
1367 msg->msg_flags |= MSG_EOR; in iucv_sock_recvmsg()
/linux-4.4.14/net/netrom/
Daf_netrom.c1037 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in nr_sendmsg()
/linux-4.4.14/net/rose/
Daf_rose.c1061 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in rose_sendmsg()
/linux-4.4.14/net/ceph/
Dmessenger.c567 msg.msg_flags |= MSG_EOR; /* superfluous, but what the hell */ in ceph_tcp_sendmsg()
578 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
/linux-4.4.14/net/ax25/
Daf_ax25.c1448 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in ax25_sendmsg()
/linux-4.4.14/net/irda/
Daf_irda.c1278 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_EOR | MSG_CMSG_COMPAT | in irda_sendmsg()
/linux-4.4.14/net/
Dsocket.c818 msg.msg_flags |= MSG_EOR; in sock_write_iter()